#535E12

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

Shades of Verdun Green #535E12

Tints of Verdun Green #535E12

Color information

#535E12 (or 0x535E12) is unknown color: approx Verdun Green. HEX triplet: 53, 5E and 12. RGB value is (83,94,18). Sum of RGB (Red+Green+Blue) = 83+94+18=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #535E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535E12 is #ACA1ED. Grayscale: #525252. Windows color (decimal): -11313646 or 1203795. OLE color: 1203795.

HSL color Cylindrical-coordinate representation of color #535E12: hue angle of 68.68º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535E12 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB839418-
CMYK0.1200.810.63
HSL68.68º67.86%21.96%-
HSV(B)68.68º80.85%36.86%-
XYZ7.689.892.08-
YUV82.0591.86128.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=42.56%
G=48.21%
B=9.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8394180.1200.810.6368.6867.8621.96
Hex535E12C0513F454416
Octal123136221401217710510426
Binary10100111011110100101100010100011111111000101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E12; }

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

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

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

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

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

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

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

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