#526200

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

Shades of Verdun Green #526200

Tints of Verdun Green #526200

Color information

#526200 (or 0x526200) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 00. RGB value is (82,98,0). Sum of RGB (Red+Green+Blue) = 82+98+0=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #526200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526200 is #AD9DFF. Grayscale: #525252. Windows color (decimal): -11378176 or 25170. OLE color: 25170.

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

Color convert

RGB82980-
CMYK0.16010.62
HSL69.8º100%19.22%-
HSV(B)69.8º100%38.43%-
XYZ7.8510.531.62-
YUV82.0481.7127.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.56%
G=54.44%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829800.16010.6269.810019.22
Hex52620100643E466413
Octal12214202001447610614423
Binary10100101100010010000011001001111101000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526200; }

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

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

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

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

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

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

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

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