#526003

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

Shades of Verdun Green #526003

Tints of Verdun Green #526003

Color information

#526003 (or 0x526003) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 03. RGB value is (82,96,3). Sum of RGB (Red+Green+Blue) = 82+96+3=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #526003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526003 is #AD9FFC. Grayscale: #515151. Windows color (decimal): -11378685 or 221266. OLE color: 221266.

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

Color convert

RGB82963-
CMYK0.1500.970.62
HSL69.03º93.94%19.41%-
HSV(B)69.03º96.88%37.65%-
XYZ7.6810.171.64-
YUV81.2183.86128.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=45.30%
G=53.04%
B=1.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal829630.1500.970.6269.0393.9419.41
Hex52603F0613E455e13
Octal12214031701417610513623
Binary10100101100000111111011000011111101000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526003; }

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

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

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

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

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

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

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

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