#408420

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

Shades of Bilbao #408420

Tints of Bilbao #408420

Color information

#408420 (or 0x408420) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 20. RGB value is (64,132,32). Sum of RGB (Red+Green+Blue) = 64+132+32=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #408420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408420 is #BF7BDF. Grayscale: #646464. Windows color (decimal): -12549088 or 2131008. OLE color: 2131008.

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

Color convert

RGB6413232-
CMYK0.5200.760.48
HSL100.8º60.98%32.16%-
HSV(B)100.8º75.76%51.76%-
XYZ10.6317.74.22-
YUV100.2789.47102.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=28.07%
G=57.89%
B=14.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132320.5200.760.48100.860.9832.16
Hex4084203404C30653d20
Octal10020440640114601457540
Binary100000010000100100000110100010011001100001100101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408420; }

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

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

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

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

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

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

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

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