#536011

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

Shades of Verdun Green #536011

Tints of Verdun Green #536011

Color information

#536011 (or 0x536011) is unknown color: approx Verdun Green. HEX triplet: 53, 60 and 11. RGB value is (83,96,17). Sum of RGB (Red+Green+Blue) = 83+96+17=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #536011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536011 is #AC9FEE. Grayscale: #535353. Windows color (decimal): -11313135 or 1138771. OLE color: 1138771.

HSL color Cylindrical-coordinate representation of color #536011: hue angle of 69.87º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #536011 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB839617-
CMYK0.1400.820.62
HSL69.87º69.91%22.16%-
HSV(B)69.87º82.29%37.65%-
XYZ7.8510.252.09-
YUV83.1190.69127.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=42.35%
G=48.98%
B=8.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396170.1400.820.6269.8769.9122.16
Hex536011E0523E464616
Octal123140211601227610610626
Binary10100111100000100011110010100101111101000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536011; }

 p { color: rgb(83,96,17); }

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

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

 a { background-color: rgb(83,96,17); }

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

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

 span { border-color: rgb(83,96,17); }

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