Html Css Color HEX #407F20 Bilbao

📋 copy color: '#407F20'

red 64 ◦ green 127 ◦ blue 32

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

Shades of Bilbao #407F20

Tints of Bilbao #407F20

RGB

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

 GREEN value IS 127 (50% from 255) = 56.95%

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

R = 28.7%
G = 56.95%
B = 14.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#407F20 (or 0x407F20) is known color: Bilbao. HEX triplet: 40, 7F and 20. RGB value is (64,127,32). Sum of RGB (Red+Green+Blue) = 64+127+32=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #407F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F20 is #BF80DF. Grayscale: #616161. Windows color (decimal): -12550368 or 2129728. OLE color: 2129728.

HSL color Cylindrical-coordinate representation of color #407F20: hue angle of 99.79º 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 #407F20 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 32 -
CMYK 0.50 0 0.75 0.50
HSL 99.79º 0.6% 0.31% -
HSV(B) 99.79º 0.75% 0.5% -
XYZ 9.96 16.37 4 -
YUV 97.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 64 127 32 0.50 0 0.75 0.50 99.79 0.6 0.31
Hex 40 7F 20 32 0 4B 32 64 3C 1F
Octal 100 177 40 62 0 113 62 144 74 37
Binary 1000000 1111111 100000 110010 0 1001011 110010 1100100 111100 11111

Color Harmonies of #407F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F20

Black with #407F20

Text Example


Text Example

White with #407F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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