Html Css Color HEX #407221 Bilbao

📋 copy color: '#407221'

red 64 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #407221

Tints of Bilbao #407221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 30.33%
G = 54.03%
B = 15.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#407221 (or 0x407221) is known color: Bilbao. HEX triplet: 40, 72 and 21. RGB value is (64,114,33). Sum of RGB (Red+Green+Blue) = 64+114+33=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #407221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407221 is #BF8DDE. Grayscale: #5A5A5A. Windows color (decimal): -12553695 or 2191936. OLE color: 2191936.

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

Color convert

RGB 64 114 33 -
CMYK 0.44 0 0.71 0.55
HSL 97.04º 0.55% 0.29% -
HSV(B) 97.04º 0.71% 0.45% -
XYZ 8.41 13.23 3.55 -
YUV 89.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 64 114 33 0.44 0 0.71 0.55 97.04 0.55 0.29
Hex 40 72 21 2C 0 47 37 61 37 1D
Octal 100 162 41 54 0 107 67 141 67 35
Binary 1000000 1110010 100001 101100 0 1000111 110111 1100001 110111 11101

Color Harmonies of #407221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407221

Black with #407221

Text Example


Text Example

White with #407221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407221; }

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

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

background-color css

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

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

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

border-color css

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

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

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