Html Css Color HEX #407429 Bilbao

📋 copy color: '#407429'

red 64 ◦ green 116 ◦ blue 41

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

Shades of Bilbao #407429

Tints of Bilbao #407429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

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

R = 28.96%
G = 52.49%
B = 18.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#407429 (or 0x407429) is known color: Bilbao. HEX triplet: 40, 74 and 29. RGB value is (64,116,41). Sum of RGB (Red+Green+Blue) = 64+116+41=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #407429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407429 is #BF8BD6. Grayscale: #5C5C5C. Windows color (decimal): -12553175 or 2716736. OLE color: 2716736.

HSL color Cylindrical-coordinate representation of color #407429: hue angle of 101.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407429 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 41 -
CMYK 0.45 0 0.65 0.55
HSL 101.6º 0.48% 0.31% -
HSV(B) 101.6º 0.65% 0.45% -
XYZ 8.76 13.74 4.29 -
YUV 91.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 64 116 41 0.45 0 0.65 0.55 101.6 0.48 0.31
Hex 40 74 29 2D 0 41 37 66 30 1F
Octal 100 164 51 55 0 101 67 146 60 37
Binary 1000000 1110100 101001 101101 0 1000001 110111 1100110 110000 11111

Color Harmonies of #407429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407429

Black with #407429

Text Example


Text Example

White with #407429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407429; }

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

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

background-color css

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

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

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

border-color css

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

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

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