#536115

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

Shades of Verdun Green #536115

Tints of Verdun Green #536115

Color information

#536115 (or 0x536115) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 15. RGB value is (83,97,21). Sum of RGB (Red+Green+Blue) = 83+97+21=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #536115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536115 is #AC9EEA. Grayscale: #545454. Windows color (decimal): -11312875 or 1401171. OLE color: 1401171.

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

Color convert

RGB839721-
CMYK0.1400.780.62
HSL71.05º64.41%23.14%-
HSV(B)71.05º78.35%38.04%-
XYZ7.9810.442.3-
YUV84.1592.36127.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=41.29%
G=48.26%
B=10.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397210.1400.780.6271.0564.4123.14
Hex536115E04E3E474017
Octal123141251601167610710027
Binary10100111100001101011110010011101111101000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536115; }

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

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

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

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

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

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

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

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