#3C513A

Color #3C513A Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #3C513A

Tints of Grey-Asparagus #3C513A

Color information

#3C513A (or 0x3C513A) is unknown color: approx Grey-Asparagus. HEX triplet: 3C, 51 and 3A. RGB value is (60,81,58). Sum of RGB (Red+Green+Blue) = 60+81+58=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #3C513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C513A is #C3AEC5. Grayscale: #484848. Windows color (decimal): -12824262 or 3821884. OLE color: 3821884.

HSL color Cylindrical-coordinate representation of color #3C513A: hue angle of 114.78º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C513A is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB608158-
CMYK0.2600.280.68
HSL114.78º16.55%27.25%-
HSV(B)114.78º28.4%31.76%-
XYZ5.577.155.09-
YUV72.1120.04119.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=30.15%
G=40.70%
B=29.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081580.2600.280.68114.7816.5527.25
Hex3C513A1A01C4473111b
Octal7412172320341041632133
Binary111100101000111101011010011100100010011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C513A; }

 p { color: rgb(60,81,58); }

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

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

 a { background-color: rgb(60,81,58); }

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

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

 span { border-color: rgb(60,81,58); }

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