Html Css Color HEX #407029 Bilbao

📋 copy color: '#407029'

red 64 ◦ green 112 ◦ blue 41

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

Shades of Bilbao #407029

Tints of Bilbao #407029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 29.49%
G = 51.61%
B = 18.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#407029 (or 0x407029) is known color: Bilbao. HEX triplet: 40, 70 and 29. RGB value is (64,112,41). Sum of RGB (Red+Green+Blue) = 64+112+41=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #407029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407029 is #BF8FD6. Grayscale: #595959. Windows color (decimal): -12554199 or 2715712. OLE color: 2715712.

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

Color convert

RGB 64 112 41 -
CMYK 0.43 0 0.63 0.56
HSL 100.56º 0.46% 0.3% -
HSV(B) 100.56º 0.63% 0.44% -
XYZ 8.31 12.84 4.14 -
YUV 89.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 64 112 41 0.43 0 0.63 0.56 100.56 0.46 0.3
Hex 40 70 29 2B 0 3F 38 65 2E 1E
Octal 100 160 51 53 0 77 70 145 56 36
Binary 1000000 1110000 101001 101011 0 111111 111000 1100101 101110 11110

Color Harmonies of #407029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407029

Black with #407029

Text Example


Text Example

White with #407029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407029; }

 p { color: rgb(64,112,41); }

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

background-color css

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

 a { background-color: rgb(64,112,41); }

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

border-color css

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

 span { border-color: rgb(64,112,41); }

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