Html Css Color HEX #446116 Verdun Green

📋 copy color: '#446116'

red 68 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #446116

Tints of Verdun Green #446116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 36.36%
G = 51.87%
B = 11.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#446116 (or 0x446116) is known color: Verdun Green. HEX triplet: 44, 61 and 16. RGB value is (68,97,22). Sum of RGB (Red+Green+Blue) = 68+97+22=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #446116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446116 is #BB9EE9. Grayscale: #505050. Windows color (decimal): -12295914 or 1466692. OLE color: 1466692.

HSL color Cylindrical-coordinate representation of color #446116: hue angle of 83.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #446116 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 22 -
CMYK 0.30 0 0.77 0.62
HSL 83.2º 0.63% 0.23% -
HSV(B) 83.2º 0.77% 0.38% -
XYZ 6.8 9.84 2.3 -
YUV 79.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 68 97 22 0.30 0 0.77 0.62 83.2 0.63 0.23
Hex 44 61 16 1E 0 4D 3E 53 3F 17
Octal 104 141 26 36 0 115 76 123 77 27
Binary 1000100 1100001 10110 11110 0 1001101 111110 1010011 111111 10111

Color Harmonies of #446116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446116

Black with #446116

Text Example


Text Example

White with #446116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446116; }

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

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

background-color css

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

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

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

border-color css

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

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

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