#535D15

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

Shades of Verdun Green #535D15

Tints of Verdun Green #535D15

Color information

#535D15 (or 0x535D15) is unknown color: approx Verdun Green. HEX triplet: 53, 5D and 15. RGB value is (83,93,21). Sum of RGB (Red+Green+Blue) = 83+93+21=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #535D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D15 is #ACA2EA. Grayscale: #525252. Windows color (decimal): -11313899 or 1400147. OLE color: 1400147.

HSL color Cylindrical-coordinate representation of color #535D15: hue angle of 68.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535D15 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB839321-
CMYK0.1100.770.64
HSL68.33º63.16%22.35%-
HSV(B)68.33º77.42%36.47%-
XYZ7.629.722.18-
YUV81.893.69128.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=42.13%
G=47.21%
B=10.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393210.1100.770.6468.3363.1622.35
Hex535D15B04D40443f16
Octal123135251301151001047726
Binary10100111011101101011011010011011000000100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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