#535A17

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

Shades of Army green #535A17

Tints of Army green #535A17

Color information

#535A17 (or 0x535A17) is unknown color: approx Army green. HEX triplet: 53, 5A and 17. RGB value is (83,90,23). Sum of RGB (Red+Green+Blue) = 83+90+23=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #535A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A17 is #ACA5E8. Grayscale: #505050. Windows color (decimal): -11314665 or 1530451. OLE color: 1530451.

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

Color convert

RGB839023-
CMYK0.0800.740.65
HSL66.27º59.29%22.16%-
HSV(B)66.27º74.44%35.29%-
XYZ7.389.212.2-
YUV80.2795.68129.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 23 (9.38% from 255) = 11.73%
R=42.35%
G=45.92%
B=11.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390230.0800.740.6566.2759.2922.16
Hex535A17804A41423b16
Octal123132271001121011027326
Binary10100111011010101111000010010101000001100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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