Html Css Color HEX #446111 Verdun Green

📋 copy color: '#446111'

red 68 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #446111

Tints of Verdun Green #446111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 37.36%
G = 53.3%
B = 9.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#446111 (or 0x446111) is known color: Verdun Green. HEX triplet: 44, 61 and 11. RGB value is (68,97,17). Sum of RGB (Red+Green+Blue) = 68+97+17=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #446111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446111 is #BB9EEE. Grayscale: #4F4F4F. Windows color (decimal): -12295919 or 1139012. OLE color: 1139012.

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

Color convert

RGB 68 97 17 -
CMYK 0.30 0 0.82 0.62
HSL 81.75º 0.7% 0.22% -
HSV(B) 81.75º 0.82% 0.38% -
XYZ 6.76 9.82 2.07 -
YUV 79.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 68 97 17 0.30 0 0.82 0.62 81.75 0.7 0.22
Hex 44 61 11 1E 0 52 3E 52 46 16
Octal 104 141 21 36 0 122 76 122 106 26
Binary 1000100 1100001 10001 11110 0 1010010 111110 1010010 1000110 10110

Color Harmonies of #446111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446111

Black with #446111

Text Example


Text Example

White with #446111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446111; }

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

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

background-color css

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

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

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

border-color css

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

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

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