#32560A

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

Shades of Verdun Green #32560A

Tints of Verdun Green #32560A

Color information

#32560A (or 0x32560A) is unknown color: approx Verdun Green. HEX triplet: 32, 56 and 0A. RGB value is (50,86,10). Sum of RGB (Red+Green+Blue) = 50+86+10=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #32560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32560A is #CDA9F5. Grayscale: #424242. Windows color (decimal): -13478390 or 677426. OLE color: 677426.

HSL color Cylindrical-coordinate representation of color #32560A: hue angle of 88.42º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32560A is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB508610-
CMYK0.4200.880.66
HSL88.42º79.17%18.82%-
HSV(B)88.42º88.37%33.73%-
XYZ4.77.361.46-
YUV66.5796.07116.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 86 (33.98% from 255) = 58.90%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=34.25%
G=58.90%
B=6.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086100.4200.880.6688.4279.1718.82
Hex3256A2A05842584f13
Octal621261252013010213011723
Binary110010101011010101010100101100010000101011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32560A; }

 p { color: rgb(50,86,10); }

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

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

 a { background-color: rgb(50,86,10); }

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

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

 span { border-color: rgb(50,86,10); }

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