#3A5846

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

Shades of Plantation #3A5846

Tints of Plantation #3A5846

Color information

#3A5846 (or 0x3A5846) is unknown color: approx Plantation. HEX triplet: 3A, 58 and 46. RGB value is (58,88,70). Sum of RGB (Red+Green+Blue) = 58+88+70=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5846 is #C5A7B9. Grayscale: #4D4D4D. Windows color (decimal): -12953530 or 4610106. OLE color: 4610106.

HSL color Cylindrical-coordinate representation of color #3A5846: hue angle of 144º 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 #3A5846 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB588870-
CMYK0.3400.200.65
HSL144º20.55%28.63%-
HSV(B)144º34.09%34.51%-
XYZ6.348.327.07-
YUV76.98124.06114.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=26.85%
G=40.74%
B=32.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5888700.3400.200.6514420.5528.63
Hex3A5846220144190151d
Octal72130106420241012202535
Binary111010101100010001101000100101001000001100100001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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