#535714

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

Shades of Army green #535714

Tints of Army green #535714

Color information

#535714 (or 0x535714) is unknown color: approx Army green. HEX triplet: 53, 57 and 14. RGB value is (83,87,20). Sum of RGB (Red+Green+Blue) = 83+87+20=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #535714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535714 is #ACA8EB. Grayscale: #4E4E4E. Windows color (decimal): -11315436 or 1333075. OLE color: 1333075.

HSL color Cylindrical-coordinate representation of color #535714: hue angle of 63.58º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535714 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB838720-
CMYK0.0500.770.66
HSL63.58º62.62%20.98%-
HSV(B)63.58º77.01%34.12%-
XYZ7.18.711.97-
YUV78.1795.17131.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=43.68%
G=45.79%
B=10.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387200.0500.770.6663.5862.6220.98
Hex535714504D42403f15
Octal12312724501151021007725
Binary1010011101011110100101010011011000010100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535714; }

 p { color: rgb(83,87,20); }

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

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

 a { background-color: rgb(83,87,20); }

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

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

 span { border-color: rgb(83,87,20); }

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