Html Css Color HEX #407120 Bilbao

📋 copy color: '#407120'

red 64 ◦ green 113 ◦ blue 32

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

Shades of Bilbao #407120

Tints of Bilbao #407120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

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

R = 30.62%
G = 54.07%
B = 15.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#407120 (or 0x407120) is known color: Bilbao. HEX triplet: 40, 71 and 20. RGB value is (64,113,32). Sum of RGB (Red+Green+Blue) = 64+113+32=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #407120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407120 is #BF8EDF. Grayscale: #595959. Windows color (decimal): -12553952 or 2126144. OLE color: 2126144.

HSL color Cylindrical-coordinate representation of color #407120: hue angle of 96.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407120 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 32 -
CMYK 0.43 0 0.72 0.56
HSL 96.3º 0.56% 0.28% -
HSV(B) 96.3º 0.72% 0.44% -
XYZ 8.28 13 3.44 -
YUV 89.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 64 113 32 0.43 0 0.72 0.56 96.3 0.56 0.28
Hex 40 71 20 2B 0 48 38 60 38 1C
Octal 100 161 40 53 0 110 70 140 70 34
Binary 1000000 1110001 100000 101011 0 1001000 111000 1100000 111000 11100

Color Harmonies of #407120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407120

Black with #407120

Text Example


Text Example

White with #407120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407120; }

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

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

background-color css

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

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

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

border-color css

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

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

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