#525509

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

Shades of Verdun Green #525509

Tints of Verdun Green #525509

Color information

#525509 (or 0x525509) is unknown color: approx Verdun Green. HEX triplet: 52, 55 and 09. RGB value is (82,85,9). Sum of RGB (Red+Green+Blue) = 82+85+9=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #525509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525509 is #ADAAF6. Grayscale: #4B4B4B. Windows color (decimal): -11381495 or 611666. OLE color: 611666.

HSL color Cylindrical-coordinate representation of color #525509: hue angle of 62.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #525509 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB82859-
CMYK0.0400.890.67
HSL62.37º80.85%18.43%-
HSV(B)62.37º89.41%33.33%-
XYZ6.788.311.51-
YUV75.4490.51132.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=46.59%
G=48.30%
B=5.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828590.0400.890.6762.3780.8518.43
Hex525594059433e5112
Octal12212511401311037612122
Binary101001010101011001100010110011000011111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525509; }

 p { color: rgb(82,85,9); }

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

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

 a { background-color: rgb(82,85,9); }

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

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

 span { border-color: rgb(82,85,9); }

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