#535106

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

Shades of Verdun Green #535106

Tints of Verdun Green #535106

Color information

#535106 (or 0x535106) is unknown color: approx Verdun Green. HEX triplet: 53, 51 and 06. RGB value is (83,81,6). Sum of RGB (Red+Green+Blue) = 83+81+6=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #535106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535106 is #ACAEF9. Grayscale: #494949. Windows color (decimal): -11316986 or 414035. OLE color: 414035.

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

Color convert

RGB83816-
CMYK00.020.930.67
HSL58.44º86.52%17.45%-
HSV(B)58.44º92.77%32.55%-
XYZ6.547.741.32-
YUV73.0590.16135.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=48.82%
G=47.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381600.020.930.6758.4486.5217.45
Hex53516025D433a5711
Octal1231216021351037212721
Binary1010011101000111001010111011000011111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535106; }

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

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

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

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

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

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

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

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