#52590D

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

Shades of Verdun Green #52590D

Tints of Verdun Green #52590D

Color information

#52590D (or 0x52590D) is unknown color: approx Verdun Green. HEX triplet: 52, 59 and 0D. RGB value is (82,89,13). Sum of RGB (Red+Green+Blue) = 82+89+13=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #52590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590D is #ADA6F2. Grayscale: #4E4E4E. Windows color (decimal): -11380467 or 874834. OLE color: 874834.

HSL color Cylindrical-coordinate representation of color #52590D: hue angle of 65.53º 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 #52590D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB828913-
CMYK0.0800.850.65
HSL65.53º74.51%20%-
HSV(B)65.53º85.39%34.9%-
XYZ7.128.971.74-
YUV78.2491.18130.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=44.57%
G=48.37%
B=7.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289130.0800.850.6565.5374.5120
Hex5259D805541424b14
Octal1221311510012510110211324
Binary10100101011001110110000101010110000011000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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