#52590B

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

Shades of Verdun Green #52590B

Tints of Verdun Green #52590B

Color information

#52590B (or 0x52590B) is unknown color: approx Verdun Green. HEX triplet: 52, 59 and 0B. RGB value is (82,89,11). Sum of RGB (Red+Green+Blue) = 82+89+11=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #52590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590B is #ADA6F4. Grayscale: #4E4E4E. Windows color (decimal): -11380469 or 743762. OLE color: 743762.

HSL color Cylindrical-coordinate representation of color #52590B: hue angle of 65.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52590B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB828911-
CMYK0.0800.880.65
HSL65.38º78%19.61%-
HSV(B)65.38º87.64%34.9%-
XYZ7.118.961.67-
YUV78.0290.18130.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=45.05%
G=48.90%
B=6.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289110.0800.880.6565.387819.61
Hex5259B805841414e14
Octal1221311310013010110111624
Binary10100101011001101110000101100010000011000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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