Html Css Color HEX #446516 Verdun Green

📋 copy color: '#446516'

red 68 ◦ green 101 ◦ blue 22

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

Shades of Verdun Green #446516

Tints of Verdun Green #446516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.88%

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

R = 35.6%
G = 52.88%
B = 11.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#446516 (or 0x446516) is known color: Verdun Green. HEX triplet: 44, 65 and 16. RGB value is (68,101,22). Sum of RGB (Red+Green+Blue) = 68+101+22=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #446516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446516 is #BB9AE9. Grayscale: #525252. Windows color (decimal): -12294890 or 1467716. OLE color: 1467716.

HSL color Cylindrical-coordinate representation of color #446516: hue angle of 85.06º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #446516 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 101 22 -
CMYK 0.33 0 0.78 0.60
HSL 85.06º 0.64% 0.24% -
HSV(B) 85.06º 0.78% 0.4% -
XYZ 7.18 10.59 2.43 -
YUV 82.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 68 101 22 0.33 0 0.78 0.60 85.06 0.64 0.24
Hex 44 65 16 21 0 4E 3C 55 40 18
Octal 104 145 26 41 0 116 74 125 100 30
Binary 1000100 1100101 10110 100001 0 1001110 111100 1010101 1000000 11000

Color Harmonies of #446516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446516

Black with #446516

Text Example


Text Example

White with #446516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446516; }

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

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

background-color css

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

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

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

border-color css

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

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

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