#526202

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

Shades of Verdun Green #526202

Tints of Verdun Green #526202

Color information

#526202 (or 0x526202) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 02. RGB value is (82,98,2). Sum of RGB (Red+Green+Blue) = 82+98+2=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #526202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526202 is #AD9DFD. Grayscale: #525252. Windows color (decimal): -11378174 or 156242. OLE color: 156242.

HSL color Cylindrical-coordinate representation of color #526202: hue angle of 70º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #526202 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB82982-
CMYK0.1600.980.62
HSL70º96%19.61%-
HSV(B)70º97.96%38.43%-
XYZ7.8610.531.68-
YUV82.2782.7127.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=45.05%
G=53.85%
B=1.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829820.1600.980.62709619.61
Hex52622100623E466014
Octal12214222001427610614024
Binary101001011000101010000011000101111101000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526202; }

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

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

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

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

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

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

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

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