Html Css Color HEX #445116 Verdun Green

📋 copy color: '#445116'

red 68 ◦ green 81 ◦ blue 22

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

Shades of Verdun Green #445116

Tints of Verdun Green #445116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.37%

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

R = 39.77%
G = 47.37%
B = 12.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#445116 (or 0x445116) is known color: Verdun Green. HEX triplet: 44, 51 and 16. RGB value is (68,81,22). Sum of RGB (Red+Green+Blue) = 68+81+22=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #445116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445116 is #BBAEE9. Grayscale: #464646. Windows color (decimal): -12300010 or 1462596. OLE color: 1462596.

HSL color Cylindrical-coordinate representation of color #445116: hue angle of 73.22º degrees, saturation: 0.57, 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 #445116 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 22 -
CMYK 0.16 0 0.73 0.68
HSL 73.22º 0.57% 0.2% -
HSV(B) 73.22º 0.73% 0.32% -
XYZ 5.47 7.17 1.85 -
YUV 70.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 68 81 22 0.16 0 0.73 0.68 73.22 0.57 0.2
Hex 44 51 16 10 0 49 44 49 39 14
Octal 104 121 26 20 0 111 104 111 71 24
Binary 1000100 1010001 10110 10000 0 1001001 1000100 1001001 111001 10100

Color Harmonies of #445116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445116

Black with #445116

Text Example


Text Example

White with #445116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445116; }

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

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

background-color css

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

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

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

border-color css

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

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

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