#535009

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

Shades of Verdun Green #535009

Tints of Verdun Green #535009

Color information

#535009 (or 0x535009) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 09. RGB value is (83,80,9). Sum of RGB (Red+Green+Blue) = 83+80+9=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #535009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535009 is #ACAFF6. Grayscale: #494949. Windows color (decimal): -11317239 or 610387. OLE color: 610387.

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

Color convert

RGB83809-
CMYK00.040.890.67
HSL57.57º80.43%18.04%-
HSV(B)57.57º89.16%32.55%-
XYZ6.497.61.38-
YUV72.891.99135.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=48.26%
G=46.51%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380900.040.890.6757.5780.4318.04
Hex535090459433a5012
Octal12312011041311037212022
Binary101001110100001001010010110011000011111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535009; }

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

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

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

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

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

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

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

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