#575C12

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

Shades of Army green #575C12

Tints of Army green #575C12

Color information

#575C12 (or 0x575C12) is unknown color: approx Army green. HEX triplet: 57, 5C and 12. RGB value is (87,92,18). Sum of RGB (Red+Green+Blue) = 87+92+18=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #575C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575C12 is #A8A3ED. Grayscale: #525252. Windows color (decimal): -11052014 or 1203287. OLE color: 1203287.

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

Color convert

RGB879218-
CMYK0.0500.800.64
HSL64.05º67.27%21.57%-
HSV(B)64.05º80.43%36.08%-
XYZ7.879.722.03-
YUV82.0791.84131.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 92 (36.33% from 255) = 46.70%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=44.16%
G=46.70%
B=9.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8792180.0500.800.6464.0567.2721.57
Hex575C12505040404316
Octal127134225012010010010326
Binary10101111011100100101010101000010000001000000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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