Html Css Color HEX #408020 Bilbao

📋 copy color: '#408020'

red 64 ◦ green 128 ◦ blue 32

#408020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #408020

Tints of Bilbao #408020

RGB

 RED value IS 64 (25.39% from 255) = 28.57%

 GREEN value IS 128 (50.39% from 255) = 57.14%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 28.57%
G = 57.14%
B = 14.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#408020 (or 0x408020) is known color: Bilbao. HEX triplet: 40, 80 and 20. RGB value is (64,128,32). Sum of RGB (Red+Green+Blue) = 64+128+32=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #408020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408020 is #BF7FDF. Grayscale: #626262. Windows color (decimal): -12550112 or 2129984. OLE color: 2129984.

HSL color Cylindrical-coordinate representation of color #408020: hue angle of 100º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408020 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 32 -
CMYK 0.5 0 0.75 0.50
HSL 100º 0.6% 0.31% -
HSV(B) 100º 0.75% 0.5% -
XYZ 10.09 16.63 4.04 -
YUV 97.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 64 128 32 0.5 0 0.75 0.50 100 0.6 0.31
Hex 40 80 20 32 0 4B 32 64 3C 1F
Octal 100 200 40 62 0 113 62 144 74 37
Binary 1000000 10000000 100000 110010 0 1001011 110010 1100100 111100 11111

Color Harmonies of #408020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408020

Black with #408020

Text Example


Text Example

White with #408020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408020; }

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

 H1.HeaderClassName
 {
   color: #408020;
 }
 .AnyTagClassName
 {
   color: #408020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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