Html Css Color HEX #445716 Verdun Green

📋 copy color: '#445716'

red 68 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #445716

Tints of Verdun Green #445716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

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

R = 38.42%
G = 49.15%
B = 12.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#445716 (or 0x445716) is known color: Verdun Green. HEX triplet: 44, 57 and 16. RGB value is (68,87,22). Sum of RGB (Red+Green+Blue) = 68+87+22=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #445716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445716 is #BBA8E9. Grayscale: #4A4A4A. Windows color (decimal): -12298474 or 1464132. OLE color: 1464132.

HSL color Cylindrical-coordinate representation of color #445716: hue angle of 77.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #445716 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 22 -
CMYK 0.22 0 0.75 0.66
HSL 77.54º 0.6% 0.21% -
HSV(B) 77.54º 0.75% 0.34% -
XYZ 5.94 8.1 2.01 -
YUV 73.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 68 87 22 0.22 0 0.75 0.66 77.54 0.6 0.21
Hex 44 57 16 16 0 4B 42 4E 3C 15
Octal 104 127 26 26 0 113 102 116 74 25
Binary 1000100 1010111 10110 10110 0 1001011 1000010 1001110 111100 10101

Color Harmonies of #445716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445716

Black with #445716

Text Example


Text Example

White with #445716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445716; }

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

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

background-color css

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

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

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

border-color css

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

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

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