#32590D

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

Shades of Verdun Green #32590D

Tints of Verdun Green #32590D

Color information

#32590D (or 0x32590D) is unknown color: approx Verdun Green. HEX triplet: 32, 59 and 0D. RGB value is (50,89,13). Sum of RGB (Red+Green+Blue) = 50+89+13=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #32590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32590D is #CDA6F2. Grayscale: #444444. Windows color (decimal): -13477619 or 874802. OLE color: 874802.

HSL color Cylindrical-coordinate representation of color #32590D: hue angle of 90.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32590D is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB508913-
CMYK0.4400.850.65
HSL90.79º74.51%20%-
HSV(B)90.79º85.39%34.9%-
XYZ4.967.851.63-
YUV68.6896.58114.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=32.89%
G=58.55%
B=8.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089130.4400.850.6590.7974.5120
Hex3259D2C055415b4b14
Octal621311554012510113311324
Binary110010101100111011011000101010110000011011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32590D; }

 p { color: rgb(50,89,13); }

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

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

 a { background-color: rgb(50,89,13); }

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

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

 span { border-color: rgb(50,89,13); }

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