#535209

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

Shades of Verdun Green #535209

Tints of Verdun Green #535209

Color information

#535209 (or 0x535209) is unknown color: approx Verdun Green. HEX triplet: 53, 52 and 09. RGB value is (83,82,9). Sum of RGB (Red+Green+Blue) = 83+82+9=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #535209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535209 is #ACADF6. Grayscale: #4A4A4A. Windows color (decimal): -11316727 or 610899. OLE color: 610899.

HSL color Cylindrical-coordinate representation of color #535209: hue angle of 59.19º degrees, saturation: 0.8, 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 #535209 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB83829-
CMYK00.010.890.67
HSL59.19º80.43%18.04%-
HSV(B)59.19º89.16%32.55%-
XYZ6.637.891.43-
YUV73.9891.33134.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=47.70%
G=47.13%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382900.010.890.6759.1980.4318.04
Hex535290159433b5012
Octal12312211011311037312022
Binary1010011101001010010110110011000011111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535209; }

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

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

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

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

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

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

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

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