#575C14

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

Shades of Army green #575C14

Tints of Army green #575C14

Color information

#575C14 (or 0x575C14) is unknown color: approx Army green. HEX triplet: 57, 5C and 14. RGB value is (87,92,20). Sum of RGB (Red+Green+Blue) = 87+92+20=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #575C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575C14 is #A8A3EB. Grayscale: #525252. Windows color (decimal): -11052012 or 1334359. OLE color: 1334359.

HSL color Cylindrical-coordinate representation of color #575C14: hue angle of 64.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #575C14 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB879220-
CMYK0.0500.780.64
HSL64.17º64.29%21.96%-
HSV(B)64.17º78.26%36.08%-
XYZ7.889.732.12-
YUV82.392.84131.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=43.72%
G=46.23%
B=10.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792200.0500.780.6464.1764.2921.96
Hex575C14504E40404016
Octal127134245011610010010026
Binary10101111011100101001010100111010000001000000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C14; }

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

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

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

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

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

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

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

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