#3A5338

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

Shades of Grey-Asparagus #3A5338

Tints of Grey-Asparagus #3A5338

Color information

#3A5338 (or 0x3A5338) is unknown color: approx Grey-Asparagus. HEX triplet: 3A, 53 and 38. RGB value is (58,83,56). Sum of RGB (Red+Green+Blue) = 58+83+56=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5338 is #C5ACC7. Grayscale: #484848. Windows color (decimal): -12954824 or 3691322. OLE color: 3691322.

HSL color Cylindrical-coordinate representation of color #3A5338: hue angle of 115.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5338 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB588356-
CMYK0.3000.330.67
HSL115.56º19.42%27.25%-
HSV(B)115.56º32.53%32.55%-
XYZ5.557.374.87-
YUV72.45118.72117.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=29.44%
G=42.13%
B=28.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883560.3000.330.67115.5619.4227.25
Hex3A53381E0214374131b
Octal7212370360411031642333
Binary1110101010011111000111100100001100001111101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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