#535010

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

Shades of Army green #535010

Tints of Army green #535010

Color information

#535010 (or 0x535010) is unknown color: approx Army green. HEX triplet: 53, 50 and 10. RGB value is (83,80,16). Sum of RGB (Red+Green+Blue) = 83+80+16=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #535010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535010 is #ACAFEF. Grayscale: #494949. Windows color (decimal): -11317232 or 1069139. OLE color: 1069139.

HSL color Cylindrical-coordinate representation of color #535010: hue angle of 57.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535010 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB838016-
CMYK00.040.810.67
HSL57.31º67.68%19.41%-
HSV(B)57.31º80.72%32.55%-
XYZ6.537.611.62-
YUV73.695.49134.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=46.37%
G=44.69%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83801600.040.810.6757.3167.6819.41
Hex535010045143394413
Octal12312020041211037110423
Binary1010011101000010000010010100011000011111001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535010; }

 p { color: rgb(83,80,16); }

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

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

 a { background-color: rgb(83,80,16); }

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

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

 span { border-color: rgb(83,80,16); }

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