Html Css Color HEX #445216 Verdun Green

📋 copy color: '#445216'

red 68 ◦ green 82 ◦ blue 22

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

Shades of Verdun Green #445216

Tints of Verdun Green #445216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 39.53%
G = 47.67%
B = 12.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#445216 (or 0x445216) is known color: Verdun Green. HEX triplet: 44, 52 and 16. RGB value is (68,82,22). Sum of RGB (Red+Green+Blue) = 68+82+22=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #445216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445216 is #BBADE9. Grayscale: #474747. Windows color (decimal): -12299754 or 1462852. OLE color: 1462852.

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

Color convert

RGB 68 82 22 -
CMYK 0.17 0 0.73 0.68
HSL 74º 0.58% 0.2% -
HSV(B) 74º 0.73% 0.32% -
XYZ 5.55 7.32 1.88 -
YUV 70.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 68 82 22 0.17 0 0.73 0.68 74 0.58 0.2
Hex 44 52 16 11 0 49 44 4A 3A 14
Octal 104 122 26 21 0 111 104 112 72 24
Binary 1000100 1010010 10110 10001 0 1001001 1000100 1001010 111010 10100

Color Harmonies of #445216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445216

Black with #445216

Text Example


Text Example

White with #445216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445216; }

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

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

background-color css

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

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

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

border-color css

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

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

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