#525903

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

Shades of Verdun Green #525903

Tints of Verdun Green #525903

Color information

#525903 (or 0x525903) is unknown color: approx Verdun Green. HEX triplet: 52, 59 and 03. RGB value is (82,89,3). Sum of RGB (Red+Green+Blue) = 82+89+3=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #525903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525903 is #ADA6FC. Grayscale: #4D4D4D. Windows color (decimal): -11380477 or 219474. OLE color: 219474.

HSL color Cylindrical-coordinate representation of color #525903: hue angle of 64.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #525903 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB82893-
CMYK0.0800.970.65
HSL64.88º93.48%18.04%-
HSV(B)64.88º96.63%34.9%-
XYZ7.078.951.44-
YUV77.186.18131.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 3 (1.56% from 255) = 1.72%
R=47.13%
G=51.15%
B=1.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828930.0800.970.6564.8893.4818.04
Hex52593806141415d12
Octal122131310014110110113522
Binary101001010110011110000110000110000011000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525903; }

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

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

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

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

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

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

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

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