#536615

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

Shades of Verdun Green #536615

Tints of Verdun Green #536615

Color information

#536615 (or 0x536615) is unknown color: approx Verdun Green. HEX triplet: 53, 66 and 15. RGB value is (83,102,21). Sum of RGB (Red+Green+Blue) = 83+102+21=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #536615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536615 is #AC99EA. Grayscale: #575757. Windows color (decimal): -11311595 or 1402451. OLE color: 1402451.

HSL color Cylindrical-coordinate representation of color #536615: hue angle of 74.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #536615 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB8310221-
CMYK0.1900.790.6
HSL74.07º65.85%24.12%-
HSV(B)74.07º79.41%40%-
XYZ8.4511.42.46-
YUV87.0890.71125.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 102 (40.23% from 255) = 49.51%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=40.29%
G=49.51%
B=10.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102210.1900.790.674.0765.8524.12
Hex5366151304F3C4a4218
Octal123146252301177411210230
Binary101001111001101010110011010011111111001001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536615; }

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

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

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

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

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

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

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

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