#3A5847

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

Shades of Plantation #3A5847

Tints of Plantation #3A5847

Color information

#3A5847 (or 0x3A5847) is unknown color: approx Plantation. HEX triplet: 3A, 58 and 47. RGB value is (58,88,71). Sum of RGB (Red+Green+Blue) = 58+88+71=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5847 is #C5A7B8. Grayscale: #4D4D4D. Windows color (decimal): -12953529 or 4675642. OLE color: 4675642.

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

Color convert

RGB588871-
CMYK0.3400.190.65
HSL146º20.55%28.63%-
HSV(B)146º34.09%34.51%-
XYZ6.378.337.23-
YUV77.09124.56114.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=26.73%
G=40.55%
B=32.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888710.3400.190.6514620.5528.63
Hex3A5847220134192151d
Octal72130107420231012222535
Binary111010101100010001111000100100111000001100100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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