Html Css Color HEX #445614 Verdun Green

📋 copy color: '#445614'

red 68 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #445614

Tints of Verdun Green #445614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 39.08%
G = 49.43%
B = 11.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#445614 (or 0x445614) is known color: Verdun Green. HEX triplet: 44, 56 and 14. RGB value is (68,86,20). Sum of RGB (Red+Green+Blue) = 68+86+20=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #445614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445614 is #BBA9EB. Grayscale: #494949. Windows color (decimal): -12298732 or 1332804. OLE color: 1332804.

HSL color Cylindrical-coordinate representation of color #445614: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #445614 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 86 20 -
CMYK 0.21 0 0.77 0.66
HSL 76.36º 0.62% 0.21% -
HSV(B) 76.36º 0.77% 0.34% -
XYZ 5.84 7.94 1.89 -
YUV 73.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 68 86 20 0.21 0 0.77 0.66 76.36 0.62 0.21
Hex 44 56 14 15 0 4D 42 4C 3E 15
Octal 104 126 24 25 0 115 102 114 76 25
Binary 1000100 1010110 10100 10101 0 1001101 1000010 1001100 111110 10101

Color Harmonies of #445614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445614

Black with #445614

Text Example


Text Example

White with #445614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445614; }

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

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

background-color css

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

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

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

border-color css

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

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

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