#535006

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

Shades of Verdun Green #535006

Tints of Verdun Green #535006

Color information

#535006 (or 0x535006) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 06. RGB value is (83,80,6). Sum of RGB (Red+Green+Blue) = 83+80+6=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #535006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535006 is #ACAFF9. Grayscale: #484848. Windows color (decimal): -11317242 or 413779. OLE color: 413779.

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

Color convert

RGB83806-
CMYK00.040.930.67
HSL57.66º86.52%17.45%-
HSV(B)57.66º92.77%32.55%-
XYZ6.477.591.3-
YUV72.4690.49135.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=49.11%
G=47.34%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380600.040.930.6757.6686.5217.45
Hex53506045D433a5711
Octal1231206041351037212721
Binary10100111010000110010010111011000011111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535006; }

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

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

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

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

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

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

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

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