#525A03

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

Shades of Verdun Green #525A03

Tints of Verdun Green #525A03

Color information

#525A03 (or 0x525A03) is unknown color: approx Verdun Green. HEX triplet: 52, 5A and 03. RGB value is (82,90,3). Sum of RGB (Red+Green+Blue) = 82+90+3=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #525A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A03 is #ADA5FC. Grayscale: #4E4E4E. Windows color (decimal): -11380221 or 219730. OLE color: 219730.

HSL color Cylindrical-coordinate representation of color #525A03: hue angle of 65.52º degrees, saturation: 0.94, 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 #525A03 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB82903-
CMYK0.0900.970.65
HSL65.52º93.55%18.24%-
HSV(B)65.52º96.67%35.29%-
XYZ7.159.111.47-
YUV77.6985.85131.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.86%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=46.86%
G=51.43%
B=1.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal829030.0900.970.6565.5293.5518.24
Hex525A3906141425e12
Octal122132311014110110213622
Binary101001010110101110010110000110000011000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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