#536111

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

Shades of Verdun Green #536111

Tints of Verdun Green #536111

Color information

#536111 (or 0x536111) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 11. RGB value is (83,97,17). Sum of RGB (Red+Green+Blue) = 83+97+17=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #536111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536111 is #AC9EEE. Grayscale: #545454. Windows color (decimal): -11312879 or 1139027. OLE color: 1139027.

HSL color Cylindrical-coordinate representation of color #536111: hue angle of 70.5º 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 #536111 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB839717-
CMYK0.1400.820.62
HSL70.5º70.18%22.35%-
HSV(B)70.5º82.47%38.04%-
XYZ7.9410.432.12-
YUV83.6990.36127.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=42.13%
G=49.24%
B=8.63%

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
Decimal8397170.1400.820.6270.570.1822.35
Hex536111E0523E464616
Octal123141211601227610610626
Binary10100111100001100011110010100101111101000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536111; }

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

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

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

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

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

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

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

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