Html Css Color HEX #446612 Verdun Green

📋 copy color: '#446612'

red 68 ◦ green 102 ◦ blue 18

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

Shades of Verdun Green #446612

Tints of Verdun Green #446612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 36.17%
G = 54.26%
B = 9.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#446612 (or 0x446612) is known color: Verdun Green. HEX triplet: 44, 66 and 12. RGB value is (68,102,18). Sum of RGB (Red+Green+Blue) = 68+102+18=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #446612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446612 is #BB99ED. Grayscale: #525252. Windows color (decimal): -12294638 or 1205828. OLE color: 1205828.

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

Color convert

RGB 68 102 18 -
CMYK 0.33 0 0.82 0.6
HSL 84.29º 0.7% 0.24% -
HSV(B) 84.29º 0.82% 0.4% -
XYZ 7.24 10.78 2.27 -
YUV 82.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 68 102 18 0.33 0 0.82 0.6 84.29 0.7 0.24
Hex 44 66 12 21 0 52 3C 54 46 18
Octal 104 146 22 41 0 122 74 124 106 30
Binary 1000100 1100110 10010 100001 0 1010010 111100 1010100 1000110 11000

Color Harmonies of #446612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446612

Black with #446612

Text Example


Text Example

White with #446612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446612; }

 p { color: rgb(68,102,18); }

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

background-color css

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

 a { background-color: rgb(68,102,18); }

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

border-color css

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

 span { border-color: rgb(68,102,18); }

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