#525802

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

Shades of Verdun Green #525802

Tints of Verdun Green #525802

Color information

#525802 (or 0x525802) is unknown color: approx Verdun Green. HEX triplet: 52, 58 and 02. RGB value is (82,88,2). Sum of RGB (Red+Green+Blue) = 82+88+2=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #525802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525802 is #ADA7FD. Grayscale: #4C4C4C. Windows color (decimal): -11380734 or 153682. OLE color: 153682.

HSL color Cylindrical-coordinate representation of color #525802: hue angle of 64.19º 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 #525802 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB82882-
CMYK0.0700.980.65
HSL64.19º95.56%17.65%-
HSV(B)64.19º97.73%34.51%-
XYZ6.988.781.38-
YUV76.486.01131.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 88 (34.77% from 255) = 51.16%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=47.67%
G=51.16%
B=1.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828820.0700.980.6564.1995.5617.65
Hex52582706241406012
Octal12213027014210110014022
Binary10100101011000101110110001010000011000000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525802; }

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

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

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

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

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

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

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

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