#445320

Color #445320 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #445320

Tints of Verdun Green #445320

Color information

#445320 (or 0x445320) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 20. RGB value is (68,83,32). Sum of RGB (Red+Green+Blue) = 68+83+32=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #445320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445320 is #BBACDF. Grayscale: #484848. Windows color (decimal): -12299488 or 2118468. OLE color: 2118468.

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

Color convert

RGB688332-
CMYK0.1800.610.67
HSL77.65º44.35%22.55%-
HSV(B)77.65º61.45%32.55%-
XYZ5.747.522.52-
YUV72.7105.03124.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=37.16%
G=45.36%
B=17.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883320.1800.610.6777.6544.3522.55
Hex4453201203D434e2c17
Octal10412340220751031165427
Binary100010010100111000001001001111011000011100111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445320; }

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

 H1.HeaderClassName
 {
   color: #445320;
 }
 .AnyTagClassName
 {
   color: #445320;
 }
</style>
background-color css

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

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

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

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

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

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