#348925

Color #348925 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #348925

Tints of Bilbao #348925

Color information

#348925 (or 0x348925) is unknown color: approx Bilbao. HEX triplet: 34, 89 and 25. RGB value is (52,137,37). Sum of RGB (Red+Green+Blue) = 52+137+37=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #348925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348925 is #CB76DA. Grayscale: #646464. Windows color (decimal): -13334235 or 2459956. OLE color: 2459956.

HSL color Cylindrical-coordinate representation of color #348925: hue angle of 111º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348925 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB5213737-
CMYK0.6200.730.46
HSL111º57.47%34.12%-
HSV(B)111º72.99%53.73%-
XYZ10.718.754.81-
YUV100.1892.3493.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 137 (53.91% from 255) = 60.62%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=23.01%
G=60.62%
B=16.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137370.6200.730.4611157.4734.12
Hex3489253E0492E6f3922
Octal6421145760111561577142
Binary11010010001001100101111110010010011011101101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348925; }

 p { color: rgb(52,137,37); }

 H1.HeaderClassName
 {
   color: #348925;
 }
 .AnyTagClassName
 {
   color: #348925;
 }
</style>
background-color css

<style>
 a { background-color: #348925; }

 a { background-color: rgb(52,137,37); }

 div.DivClassName
 {
   background-color: #348925;
 }
 .BgClassName
 {
   background-color: #348925;
 }
</style>
border-color css

<style>
 span { border-color: #348925; }

 span { border-color: rgb(52,137,37); }

 td.TdClassName
 {
   border-color: #348925;
 }
 .TagClassName
 {
   border-color: #348925;
 }
</style>