#408419

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

Shades of Bilbao #408419

Tints of Bilbao #408419

Color information

#408419 (or 0x408419) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 19. RGB value is (64,132,25). Sum of RGB (Red+Green+Blue) = 64+132+25=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #408419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408419 is #BF7BE6. Grayscale: #636363. Windows color (decimal): -12549095 or 1672256. OLE color: 1672256.

HSL color Cylindrical-coordinate representation of color #408419: hue angle of 98.13º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #408419 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB6413225-
CMYK0.5200.810.48
HSL98.13º68.15%30.78%-
HSV(B)98.13º81.06%51.76%-
XYZ10.5417.663.77-
YUV99.4785.97102.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 25 (10.16% from 255) = 11.31%
R=28.96%
G=59.73%
B=11.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132250.5200.810.4898.1368.1530.78
Hex408419340513062441f
Octal100204316401216014210437
Binary10000001000010011001110100010100011100001100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408419; }

 p { color: rgb(64,132,25); }

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

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

 a { background-color: rgb(64,132,25); }

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

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

 span { border-color: rgb(64,132,25); }

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