#3A5046

Color #3A5046 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3A5046

Tints of Plantation #3A5046

Color information

#3A5046 (or 0x3A5046) is unknown color: approx Plantation. HEX triplet: 3A, 50 and 46. RGB value is (58,80,70). Sum of RGB (Red+Green+Blue) = 58+80+70=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5046 is #C5AFB9. Grayscale: #484848. Windows color (decimal): -12955578 or 4608058. OLE color: 4608058.

HSL color Cylindrical-coordinate representation of color #3A5046: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A5046 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB588070-
CMYK0.2800.120.69
HSL152.73º15.94%27.06%-
HSV(B)152.73º27.5%31.37%-
XYZ5.727.086.86-
YUV72.28126.71117.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.88%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=27.88%
G=38.46%
B=33.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880700.2800.120.69152.7315.9427.06
Hex3A50461C0C4599101b
Octal72120106340141052312033
Binary1110101010000100011011100011001000101100110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,70); }

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

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

 a { background-color: rgb(58,80,70); }

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

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

 span { border-color: rgb(58,80,70); }

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