#32570C

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

Shades of Verdun Green #32570C

Tints of Verdun Green #32570C

Color information

#32570C (or 0x32570C) is unknown color: approx Verdun Green. HEX triplet: 32, 57 and 0C. RGB value is (50,87,12). Sum of RGB (Red+Green+Blue) = 50+87+12=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 87 (34.38% from 255 or 58.39% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 87 - color contains mainly: green. Hex color #32570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32570C is #CDA8F3. Grayscale: #434343. Windows color (decimal): -13478132 or 808754. OLE color: 808754.

HSL color Cylindrical-coordinate representation of color #32570C: hue angle of 89.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32570C is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB508712-
CMYK0.4300.860.66
HSL89.6º75.76%19.41%-
HSV(B)89.6º86.21%34.12%-
XYZ4.797.521.55-
YUV67.3996.74115.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 87 (34.38% from 255) = 58.39%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=33.56%
G=58.39%
B=8.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087120.4300.860.6689.675.7619.41
Hex3257C2B056425a4c13
Octal621271453012610213211423
Binary110010101011111001010110101011010000101011010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32570C; }

 p { color: rgb(50,87,12); }

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

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

 a { background-color: rgb(50,87,12); }

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

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

 span { border-color: rgb(50,87,12); }

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