#525902

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

Shades of Verdun Green #525902

Tints of Verdun Green #525902

Color information

#525902 (or 0x525902) is unknown color: approx Verdun Green. HEX triplet: 52, 59 and 02. RGB value is (82,89,2). Sum of RGB (Red+Green+Blue) = 82+89+2=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #525902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525902 is #ADA6FD. Grayscale: #4D4D4D. Windows color (decimal): -11380478 or 153938. OLE color: 153938.

HSL color Cylindrical-coordinate representation of color #525902: hue angle of 64.83º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525902 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB82892-
CMYK0.0800.980.65
HSL64.83º95.6%17.84%-
HSV(B)64.83º97.75%34.9%-
XYZ7.068.941.41-
YUV76.9985.68131.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=47.40%
G=51.45%
B=1.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828920.0800.980.6564.8395.617.84
Hex52592806241416012
Octal122131210014210110114022
Binary101001010110011010000110001010000011000001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525902; }

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

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

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

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

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

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

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

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