#525204

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

Shades of Verdun Green #525204

Tints of Verdun Green #525204

Color information

#525204 (or 0x525204) is unknown color: approx Verdun Green. HEX triplet: 52, 52 and 04. RGB value is (82,82,4). Sum of RGB (Red+Green+Blue) = 82+82+4=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525204 is #ADADFB. Grayscale: #494949. Windows color (decimal): -11382268 or 283218. OLE color: 283218.

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

Color convert

RGB82824-
CMYK000.950.68
HSL60º90.7%16.86%-
HSV(B)60º95.12%32.16%-
XYZ6.527.841.28-
YUV73.1189134.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 82 (32.42% from 255) = 48.81%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=48.81%
G=48.81%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82824000.950.686090.716.86
Hex52524005F443c5b11
Octal1221224001371047413321
Binary101001010100101000010111111000100111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525204; }

 p { color: rgb(82,82,4); }

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

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

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

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

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

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

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