#408619

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

Shades of Bilbao #408619

Tints of Bilbao #408619

Color information

#408619 (or 0x408619) is unknown color: approx Bilbao. HEX triplet: 40, 86 and 19. RGB value is (64,134,25). Sum of RGB (Red+Green+Blue) = 64+134+25=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #408619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408619 is #BF79E6. Grayscale: #656565. Windows color (decimal): -12548583 or 1672768. OLE color: 1672768.

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

Color convert

RGB6413425-
CMYK0.5200.810.47
HSL98.53º68.55%31.18%-
HSV(B)98.53º81.34%52.55%-
XYZ10.8118.213.86-
YUV100.6485.31101.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=28.70%
G=60.09%
B=11.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134250.5200.810.4798.5368.5531.18
Hex408619340512F63451f
Octal100206316401215714310537
Binary10000001000011011001110100010100011011111100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408619; }

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

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

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

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

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

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

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

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