#525D03

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

Shades of Verdun Green #525D03

Tints of Verdun Green #525D03

Color information

#525D03 (or 0x525D03) is unknown color: approx Verdun Green. HEX triplet: 52, 5D and 03. RGB value is (82,93,3). Sum of RGB (Red+Green+Blue) = 82+93+3=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #525D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D03 is #ADA2FC. Grayscale: #4F4F4F. Windows color (decimal): -11379453 or 220498. OLE color: 220498.

HSL color Cylindrical-coordinate representation of color #525D03: hue angle of 67.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #525D03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB82933-
CMYK0.1200.970.64
HSL67.33º93.75%18.82%-
HSV(B)67.33º96.77%36.47%-
XYZ7.419.631.55-
YUV79.4584.86129.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=46.07%
G=52.25%
B=1.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal829330.1200.970.6467.3393.7518.82
Hex525D3C06140435e13
Octal122135314014110010313623
Binary101001010111011111000110000110000001000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D03; }

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

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

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

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

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

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

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

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