#534F10

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

Shades of Army green #534F10

Tints of Army green #534F10

Color information

#534F10 (or 0x534F10) is unknown color: approx Army green. HEX triplet: 53, 4F and 10. RGB value is (83,79,16). Sum of RGB (Red+Green+Blue) = 83+79+16=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F10 is #ACB0EF. Grayscale: #494949. Windows color (decimal): -11317488 or 1068883. OLE color: 1068883.

HSL color Cylindrical-coordinate representation of color #534F10: hue angle of 56.42º 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 #534F10 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB837916-
CMYK00.050.810.67
HSL56.42º67.68%19.41%-
HSV(B)56.42º80.72%32.55%-
XYZ6.467.471.59-
YUV73.0195.83135.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=46.63%
G=44.38%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83791600.050.810.6756.4267.6819.41
Hex534F10055143384413
Octal12311720051211037010423
Binary1010011100111110000010110100011000011111000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F10; }

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

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

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

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

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

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

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

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