Html Css Color HEX #407224 Bilbao

📋 copy color: '#407224'

red 64 ◦ green 114 ◦ blue 36

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

Shades of Bilbao #407224

Tints of Bilbao #407224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 29.91%
G = 53.27%
B = 16.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#407224 (or 0x407224) is known color: Bilbao. HEX triplet: 40, 72 and 24. RGB value is (64,114,36). Sum of RGB (Red+Green+Blue) = 64+114+36=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #407224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407224 is #BF8DDB. Grayscale: #5A5A5A. Windows color (decimal): -12553692 or 2388544. OLE color: 2388544.

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

Color convert

RGB 64 114 36 -
CMYK 0.44 0 0.68 0.55
HSL 98.46º 0.52% 0.29% -
HSV(B) 98.46º 0.68% 0.45% -
XYZ 8.45 13.25 3.78 -
YUV 90.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 64 114 36 0.44 0 0.68 0.55 98.46 0.52 0.29
Hex 40 72 24 2C 0 44 37 62 34 1D
Octal 100 162 44 54 0 104 67 142 64 35
Binary 1000000 1110010 100100 101100 0 1000100 110111 1100010 110100 11101

Color Harmonies of #407224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407224

Black with #407224

Text Example


Text Example

White with #407224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407224; }

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

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

background-color css

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

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

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

border-color css

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

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

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