Html Css Color HEX #407228 Bilbao

📋 copy color: '#407228'

red 64 ◦ green 114 ◦ blue 40

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

Shades of Bilbao #407228

Tints of Bilbao #407228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 29.36%
G = 52.29%
B = 18.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#407228 (or 0x407228) is known color: Bilbao. HEX triplet: 40, 72 and 28. RGB value is (64,114,40). Sum of RGB (Red+Green+Blue) = 64+114+40=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #407228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407228 is #BF8DD7. Grayscale: #5A5A5A. Windows color (decimal): -12553688 or 2650688. OLE color: 2650688.

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

Color convert

RGB 64 114 40 -
CMYK 0.44 0 0.65 0.55
HSL 100.54º 0.48% 0.3% -
HSV(B) 100.54º 0.65% 0.45% -
XYZ 8.51 13.28 4.12 -
YUV 90.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 64 114 40 0.44 0 0.65 0.55 100.54 0.48 0.3
Hex 40 72 28 2C 0 41 37 65 30 1E
Octal 100 162 50 54 0 101 67 145 60 36
Binary 1000000 1110010 101000 101100 0 1000001 110111 1100101 110000 11110

Color Harmonies of #407228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407228

Black with #407228

Text Example


Text Example

White with #407228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407228; }

 p { color: rgb(64,114,40); }

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

background-color css

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

 a { background-color: rgb(64,114,40); }

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

border-color css

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

 span { border-color: rgb(64,114,40); }

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