Html Css Color HEX #445720 Verdun Green

📋 copy color: '#445720'

red 68 ◦ green 87 ◦ blue 32

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

Shades of Verdun Green #445720

Tints of Verdun Green #445720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.52%

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

R = 36.36%
G = 46.52%
B = 17.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#445720 (or 0x445720) is known color: Verdun Green. HEX triplet: 44, 57 and 20. RGB value is (68,87,32). Sum of RGB (Red+Green+Blue) = 68+87+32=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #445720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445720 is #BBA8DF. Grayscale: #4B4B4B. Windows color (decimal): -12298464 or 2119492. OLE color: 2119492.

HSL color Cylindrical-coordinate representation of color #445720: hue angle of 80.73º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #445720 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 87 32 -
CMYK 0.22 0 0.63 0.66
HSL 80.73º 0.46% 0.23% -
HSV(B) 80.73º 0.63% 0.34% -
XYZ 6.05 8.15 2.62 -
YUV 75.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 68 87 32 0.22 0 0.63 0.66 80.73 0.46 0.23
Hex 44 57 20 16 0 3F 42 51 2E 17
Octal 104 127 40 26 0 77 102 121 56 27
Binary 1000100 1010111 100000 10110 0 111111 1000010 1010001 101110 10111

Color Harmonies of #445720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445720

Black with #445720

Text Example


Text Example

White with #445720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445720; }

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

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

background-color css

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

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

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

border-color css

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

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

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