#3A614E

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

Shades of Plantation #3A614E

Tints of Plantation #3A614E

Color information

#3A614E (or 0x3A614E) is unknown color: approx Plantation. HEX triplet: 3A, 61 and 4E. RGB value is (58,97,78). Sum of RGB (Red+Green+Blue) = 58+97+78=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #3A614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A614E is #C59EB1. Grayscale: #535353. Windows color (decimal): -12951218 or 5136698. OLE color: 5136698.

HSL color Cylindrical-coordinate representation of color #3A614E: hue angle of 150.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A614E is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB589778-
CMYK0.4000.200.62
HSL150.77º25.16%30.39%-
HSV(B)150.77º40.21%38.04%-
XYZ7.39108.75-
YUV83.17125.08110.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=24.89%
G=41.63%
B=33.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897780.4000.200.62150.7725.1630.39
Hex3A614E280143E97191e
Octal7214111650024762273136
Binary11101011000011001110101000010100111110100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,78); }

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

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

 a { background-color: rgb(58,97,78); }

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

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

 span { border-color: rgb(58,97,78); }

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