#526803

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

Shades of Verdun Green #526803

Tints of Verdun Green #526803

Color information

#526803 (or 0x526803) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 03. RGB value is (82,104,3). Sum of RGB (Red+Green+Blue) = 82+104+3=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #526803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526803 is #AD97FC. Grayscale: #565656. Windows color (decimal): -11376637 or 223314. OLE color: 223314.

HSL color Cylindrical-coordinate representation of color #526803: hue angle of 73.07º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #526803 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB821043-
CMYK0.2100.970.59
HSL73.07º94.39%20.98%-
HSV(B)73.07º97.12%40.78%-
XYZ8.4511.71.9-
YUV85.9181.21125.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=43.39%
G=55.03%
B=1.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8210430.2100.970.5973.0794.3920.98
Hex52683150613B495e15
Octal12215032501417311113625
Binary101001011010001110101011000011110111001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526803; }

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

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

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

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

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

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

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

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