#526203

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

Shades of Verdun Green #526203

Tints of Verdun Green #526203

Color information

#526203 (or 0x526203) is unknown color: approx Verdun Green. HEX triplet: 52, 62 and 03. RGB value is (82,98,3). Sum of RGB (Red+Green+Blue) = 82+98+3=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #526203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526203 is #AD9DFC. Grayscale: #525252. Windows color (decimal): -11378173 or 221778. OLE color: 221778.

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

Color convert

RGB82983-
CMYK0.1600.970.62
HSL70.11º94.06%19.8%-
HSV(B)70.11º96.94%38.43%-
XYZ7.8610.541.71-
YUV82.3983.2127.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 98 (38.67% from 255) = 53.55%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=44.81%
G=53.55%
B=1.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829830.1600.970.6270.1194.0619.8
Hex52623100613E465e14
Octal12214232001417610613624
Binary101001011000101110000011000011111101000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526203; }

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

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

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

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

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

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

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

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