#536012

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

Shades of Verdun Green #536012

Tints of Verdun Green #536012

Color information

#536012 (or 0x536012) is unknown color: approx Verdun Green. HEX triplet: 53, 60 and 12. RGB value is (83,96,18). Sum of RGB (Red+Green+Blue) = 83+96+18=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #536012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536012 is #AC9FED. Grayscale: #535353. Windows color (decimal): -11313134 or 1204307. OLE color: 1204307.

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

Color convert

RGB839618-
CMYK0.1400.810.62
HSL70º68.42%22.35%-
HSV(B)70º81.25%37.65%-
XYZ7.8610.252.14-
YUV83.2291.19127.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=42.13%
G=48.73%
B=9.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396180.1400.810.627068.4222.35
Hex536012E0513E464416
Octal123140221601217610610426
Binary10100111100000100101110010100011111101000110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536012; }

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

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

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

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

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

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

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

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