#525000

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

Shades of Verdun Green #525000

Tints of Verdun Green #525000

Color information

#525000 (or 0x525000) is unknown color: approx Verdun Green. HEX triplet: 52, 50 and 00. RGB value is (82,80,0). Sum of RGB (Red+Green+Blue) = 82+80+0=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #525000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525000 is #ADAFFF. Grayscale: #474747. Windows color (decimal): -11382784 or 20562. OLE color: 20562.

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

Color convert

RGB82800-
CMYK00.0210.68
HSL58.54º100%16.08%-
HSV(B)58.54º100%32.16%-
XYZ6.357.531.12-
YUV71.4887.66135.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.62%
G=49.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8280000.0210.6858.5410016.08
Hex525000264443b6410
Octal1221200021441047314420
Binary10100101010000001011001001000100111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525000; }

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

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

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

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

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

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

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

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