#535A16

Color #535A16 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #535A16

Tints of Army green #535A16

Color information

#535A16 (or 0x535A16) is unknown color: approx Army green. HEX triplet: 53, 5A and 16. RGB value is (83,90,22). Sum of RGB (Red+Green+Blue) = 83+90+22=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #535A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A16 is #ACA5E9. Grayscale: #505050. Windows color (decimal): -11314666 or 1464915. OLE color: 1464915.

HSL color Cylindrical-coordinate representation of color #535A16: hue angle of 66.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535A16 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB839022-
CMYK0.0800.760.65
HSL66.18º60.71%21.96%-
HSV(B)66.18º75.56%35.29%-
XYZ7.379.212.15-
YUV80.1595.18130.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=42.56%
G=46.15%
B=11.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390220.0800.760.6566.1860.7121.96
Hex535A16804C41423d16
Octal123132261001141011027526
Binary10100111011010101101000010011001000001100001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,22); }

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

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

 a { background-color: rgb(83,90,22); }

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

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

 span { border-color: rgb(83,90,22); }

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