#408324

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

Shades of Bilbao #408324

Tints of Bilbao #408324

Color information

#408324 (or 0x408324) is unknown color: approx Bilbao. HEX triplet: 40, 83 and 24. RGB value is (64,131,36). Sum of RGB (Red+Green+Blue) = 64+131+36=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #408324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408324 is #BF7CDB. Grayscale: #646464. Windows color (decimal): -12549340 or 2392896. OLE color: 2392896.

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

Color convert

RGB6413136-
CMYK0.5100.730.49
HSL102.32º56.89%32.75%-
HSV(B)102.32º72.52%51.37%-
XYZ10.5517.454.48-
YUV100.1491.8102.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 131 (51.56% from 255) = 56.71%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=27.71%
G=56.71%
B=15.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131360.5100.730.49102.3256.8932.75
Hex4083243304931663921
Octal10020344630111611467141
Binary100000010000011100100110011010010011100011100110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408324; }

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

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

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

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

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

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

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

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