#3A5446

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

Shades of Plantation #3A5446

Tints of Plantation #3A5446

Color information

#3A5446 (or 0x3A5446) is unknown color: approx Plantation. HEX triplet: 3A, 54 and 46. RGB value is (58,84,70). Sum of RGB (Red+Green+Blue) = 58+84+70=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5446 is #C5ABB9. Grayscale: #4A4A4A. Windows color (decimal): -12954554 or 4609082. OLE color: 4609082.

HSL color Cylindrical-coordinate representation of color #3A5446: hue angle of 147.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A5446 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB588470-
CMYK0.3100.170.67
HSL147.69º18.31%27.84%-
HSV(B)147.69º30.95%32.94%-
XYZ6.027.686.96-
YUV74.63125.39116.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=27.36%
G=39.62%
B=33.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884700.3100.170.67147.6918.3127.84
Hex3A54461F0114394121c
Octal72124106370211032242234
Binary11101010101001000110111110100011000011100101001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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