#3A5838

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

Shades of Grey-Asparagus #3A5838

Tints of Grey-Asparagus #3A5838

Color information

#3A5838 (or 0x3A5838) is unknown color: approx Grey-Asparagus. HEX triplet: 3A, 58 and 38. RGB value is (58,88,56). Sum of RGB (Red+Green+Blue) = 58+88+56=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5838 is #C5A7C7. Grayscale: #4B4B4B. Windows color (decimal): -12953544 or 3692602. OLE color: 3692602.

HSL color Cylindrical-coordinate representation of color #3A5838: hue angle of 116.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5838 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB588856-
CMYK0.3400.360.65
HSL116.25º22.22%28.24%-
HSV(B)116.25º36.36%34.51%-
XYZ5.958.165-
YUV75.38117.06115.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.71%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=28.71%
G=43.56%
B=27.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888560.3400.360.65116.2522.2228.24
Hex3A5838220244174161c
Octal7213070420441011642634
Binary11101010110001110001000100100100100000111101001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,56); }

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

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

 a { background-color: rgb(58,88,56); }

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

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

 span { border-color: rgb(58,88,56); }

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