Html Css Color HEX #407721 Bilbao

📋 copy color: '#407721'

red 64 ◦ green 119 ◦ blue 33

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

Shades of Bilbao #407721

Tints of Bilbao #407721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

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

R = 29.63%
G = 55.09%
B = 15.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#407721 (or 0x407721) is known color: Bilbao. HEX triplet: 40, 77 and 21. RGB value is (64,119,33). Sum of RGB (Red+Green+Blue) = 64+119+33=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #407721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407721 is #BF88DE. Grayscale: #5D5D5D. Windows color (decimal): -12552415 or 2193216. OLE color: 2193216.

HSL color Cylindrical-coordinate representation of color #407721: hue angle of 98.37º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407721 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 33 -
CMYK 0.46 0 0.72 0.53
HSL 98.37º 0.57% 0.3% -
HSV(B) 98.37º 0.72% 0.47% -
XYZ 8.99 14.39 3.74 -
YUV 92.75 94.28 107.49 -
System Red Green Blue C M Y K H S L
Decimal 64 119 33 0.46 0 0.72 0.53 98.37 0.57 0.3
Hex 40 77 21 2E 0 48 35 62 39 1E
Octal 100 167 41 56 0 110 65 142 71 36
Binary 1000000 1110111 100001 101110 0 1001000 110101 1100010 111001 11110

Color Harmonies of #407721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407721

Black with #407721

Text Example


Text Example

White with #407721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407721; }

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

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

background-color css

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

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

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

border-color css

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

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

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