#408325

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

Shades of Bilbao #408325

Tints of Bilbao #408325

Color information

#408325 (or 0x408325) is unknown color: approx Bilbao. HEX triplet: 40, 83 and 25. RGB value is (64,131,37). Sum of RGB (Red+Green+Blue) = 64+131+37=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #408325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408325 is #BF7CDA. Grayscale: #646464. Windows color (decimal): -12549339 or 2458432. OLE color: 2458432.

HSL color Cylindrical-coordinate representation of color #408325: hue angle of 102.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408325 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB6413137-
CMYK0.5100.720.49
HSL102.77º55.95%32.94%-
HSV(B)102.77º71.76%51.37%-
XYZ10.5617.464.56-
YUV100.2592.3102.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 131 (51.56% from 255) = 56.47%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=27.59%
G=56.47%
B=15.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131370.5100.720.49102.7755.9532.94
Hex4083253304831673821
Octal10020345630110611477041
Binary100000010000011100101110011010010001100011100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408325; }

 p { color: rgb(64,131,37); }

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

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

 a { background-color: rgb(64,131,37); }

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

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

 span { border-color: rgb(64,131,37); }

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