#52500A

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

Shades of Verdun Green #52500A

Tints of Verdun Green #52500A

Color information

#52500A (or 0x52500A) is unknown color: approx Verdun Green. HEX triplet: 52, 50 and 0A. RGB value is (82,80,10). Sum of RGB (Red+Green+Blue) = 82+80+10=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #52500A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52500A is #ADAFF5. Grayscale: #484848. Windows color (decimal): -11382774 or 675922. OLE color: 675922.

HSL color Cylindrical-coordinate representation of color #52500A: hue angle of 58.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52500A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB828010-
CMYK00.020.880.68
HSL58.33º78.26%18.04%-
HSV(B)58.33º87.8%32.16%-
XYZ6.47.551.41-
YUV72.6292.66134.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=47.67%
G=46.51%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82801000.020.880.6858.3378.2618.04
Hex5250A0258443a4e12
Octal12212012021301047211622
Binary10100101010000101001010110001000100111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,80,10); }

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

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

 a { background-color: rgb(82,80,10); }

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

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

 span { border-color: rgb(82,80,10); }

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