Html Css Color HEX #445420 Verdun Green

📋 copy color: '#445420'

red 68 ◦ green 84 ◦ blue 32

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

Shades of Verdun Green #445420

Tints of Verdun Green #445420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.65%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 36.96%
G = 45.65%
B = 17.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#445420 (or 0x445420) is known color: Verdun Green. HEX triplet: 44, 54 and 20. RGB value is (68,84,32). Sum of RGB (Red+Green+Blue) = 68+84+32=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #445420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445420 is #BBABDF. Grayscale: #494949. Windows color (decimal): -12299232 or 2118724. OLE color: 2118724.

HSL color Cylindrical-coordinate representation of color #445420: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #445420 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 32 -
CMYK 0.19 0 0.62 0.67
HSL 78.46º 0.45% 0.23% -
HSV(B) 78.46º 0.62% 0.33% -
XYZ 5.81 7.67 2.54 -
YUV 73.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 68 84 32 0.19 0 0.62 0.67 78.46 0.45 0.23
Hex 44 54 20 13 0 3E 43 4E 2D 17
Octal 104 124 40 23 0 76 103 116 55 27
Binary 1000100 1010100 100000 10011 0 111110 1000011 1001110 101101 10111

Color Harmonies of #445420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445420

Black with #445420

Text Example


Text Example

White with #445420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445420; }

 p { color: rgb(68,84,32); }

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

background-color css

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

 a { background-color: rgb(68,84,32); }

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

border-color css

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

 span { border-color: rgb(68,84,32); }

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