#3A5345

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

Shades of Plantation #3A5345

Tints of Plantation #3A5345

Color information

#3A5345 (or 0x3A5345) is unknown color: approx Plantation. HEX triplet: 3A, 53 and 45. RGB value is (58,83,69). Sum of RGB (Red+Green+Blue) = 58+83+69=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5345 is #C5ACBA. Grayscale: #494949. Windows color (decimal): -12954811 or 4543290. OLE color: 4543290.

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

Color convert

RGB588369-
CMYK0.3000.170.67
HSL146.4º17.73%27.65%-
HSV(B)146.4º30.12%32.55%-
XYZ5.917.526.77-
YUV73.93125.22116.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=27.62%
G=39.52%
B=32.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883690.3000.170.67146.417.7327.65
Hex3A53451E0114392121c
Octal72123105360211032222234
Binary11101010100111000101111100100011000011100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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