#535515

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

Shades of Army green #535515

Tints of Army green #535515

Color information

#535515 (or 0x535515) is unknown color: approx Army green. HEX triplet: 53, 55 and 15. RGB value is (83,85,21). Sum of RGB (Red+Green+Blue) = 83+85+21=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #535515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535515 is #ACAAEA. Grayscale: #4D4D4D. Windows color (decimal): -11315947 or 1398099. OLE color: 1398099.

HSL color Cylindrical-coordinate representation of color #535515: hue angle of 61.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #535515 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB838521-
CMYK0.0200.750.67
HSL61.88º60.38%20.78%-
HSV(B)61.88º75.29%33.33%-
XYZ6.958.391.96-
YUV77.1196.34132.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=43.92%
G=44.97%
B=11.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385210.0200.750.6761.8860.3820.78
Hex535515204B433e3c15
Octal1231252520113103767425
Binary10100111010101101011001001011100001111111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535515; }

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

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

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

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

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

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

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

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