Html Css Color HEX #446113 Verdun Green

📋 copy color: '#446113'

red 68 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #446113

Tints of Verdun Green #446113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 36.96%
G = 52.72%
B = 10.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#446113 (or 0x446113) is known color: Verdun Green. HEX triplet: 44, 61 and 13. RGB value is (68,97,19). Sum of RGB (Red+Green+Blue) = 68+97+19=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #446113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446113 is #BB9EEC. Grayscale: #4F4F4F. Windows color (decimal): -12295917 or 1270084. OLE color: 1270084.

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

Color convert

RGB 68 97 19 -
CMYK 0.30 0 0.80 0.62
HSL 82.31º 0.67% 0.23% -
HSV(B) 82.31º 0.8% 0.38% -
XYZ 6.78 9.83 2.16 -
YUV 79.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 68 97 19 0.30 0 0.80 0.62 82.31 0.67 0.23
Hex 44 61 13 1E 0 50 3E 52 43 17
Octal 104 141 23 36 0 120 76 122 103 27
Binary 1000100 1100001 10011 11110 0 1010000 111110 1010010 1000011 10111

Color Harmonies of #446113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446113

Black with #446113

Text Example


Text Example

White with #446113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446113; }

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

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

background-color css

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

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

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

border-color css

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

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

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