Html Css Color HEX #446014 Verdun Green

📋 copy color: '#446014'

red 68 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #446014

Tints of Verdun Green #446014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 36.96%
G = 52.17%
B = 10.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#446014 (or 0x446014) is known color: Verdun Green. HEX triplet: 44, 60 and 14. RGB value is (68,96,20). Sum of RGB (Red+Green+Blue) = 68+96+20=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #446014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446014 is #BB9FEB. Grayscale: #4F4F4F. Windows color (decimal): -12296172 or 1335364. OLE color: 1335364.

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

Color convert

RGB 68 96 20 -
CMYK 0.29 0 0.79 0.62
HSL 82.11º 0.66% 0.23% -
HSV(B) 82.11º 0.79% 0.38% -
XYZ 6.69 9.65 2.17 -
YUV 78.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 68 96 20 0.29 0 0.79 0.62 82.11 0.66 0.23
Hex 44 60 14 1D 0 4F 3E 52 42 17
Octal 104 140 24 35 0 117 76 122 102 27
Binary 1000100 1100000 10100 11101 0 1001111 111110 1010010 1000010 10111

Color Harmonies of #446014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446014

Black with #446014

Text Example


Text Example

White with #446014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446014; }

 p { color: rgb(68,96,20); }

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

background-color css

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

 a { background-color: rgb(68,96,20); }

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

border-color css

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

 span { border-color: rgb(68,96,20); }

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