#52580D

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

Shades of Verdun Green #52580D

Tints of Verdun Green #52580D

Color information

#52580D (or 0x52580D) is unknown color: approx Verdun Green. HEX triplet: 52, 58 and 0D. RGB value is (82,88,13). Sum of RGB (Red+Green+Blue) = 82+88+13=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #52580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52580D is #ADA7F2. Grayscale: #4D4D4D. Windows color (decimal): -11380723 or 874578. OLE color: 874578.

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

Color convert

RGB828813-
CMYK0.0700.850.65
HSL64.8º74.26%19.8%-
HSV(B)64.8º85.23%34.51%-
XYZ7.048.81.71-
YUV77.6691.51131.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 88 (34.77% from 255) = 48.09%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=44.81%
G=48.09%
B=7.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288130.0700.850.6564.874.2619.8
Hex5258D705541414a14
Octal122130157012510110111224
Binary1010010101100011011110101010110000011000001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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