Html Css Color HEX #445211 Verdun Green

📋 copy color: '#445211'

red 68 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #445211

Tints of Verdun Green #445211

RGB

 RED value IS 68 (26.95% from 255) = 40.72%

 GREEN value IS 82 (32.42% from 255) = 49.1%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 40.72%
G = 49.1%
B = 10.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#445211 (or 0x445211) is known color: Verdun Green. HEX triplet: 44, 52 and 11. RGB value is (68,82,17). Sum of RGB (Red+Green+Blue) = 68+82+17=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #445211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445211 is #BBADEE. Grayscale: #464646. Windows color (decimal): -12299759 or 1135172. OLE color: 1135172.

HSL color Cylindrical-coordinate representation of color #445211: hue angle of 72.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #445211 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 17 -
CMYK 0.17 0 0.79 0.68
HSL 72.92º 0.66% 0.19% -
HSV(B) 72.92º 0.79% 0.32% -
XYZ 5.5 7.3 1.65 -
YUV 70.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 68 82 17 0.17 0 0.79 0.68 72.92 0.66 0.19
Hex 44 52 11 11 0 4F 44 49 42 13
Octal 104 122 21 21 0 117 104 111 102 23
Binary 1000100 1010010 10001 10001 0 1001111 1000100 1001001 1000010 10011

Color Harmonies of #445211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445211

Black with #445211

Text Example


Text Example

White with #445211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445211; }

 p { color: rgb(68,82,17); }

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

background-color css

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

 a { background-color: rgb(68,82,17); }

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

border-color css

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

 span { border-color: rgb(68,82,17); }

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