#3E594D

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

Shades of Plantation #3E594D

Tints of Plantation #3E594D

Color information

#3E594D (or 0x3E594D) is unknown color: approx Plantation. HEX triplet: 3E, 59 and 4D. RGB value is (62,89,77). Sum of RGB (Red+Green+Blue) = 62+89+77=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #3E594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E594D is #C1A6B2. Grayscale: #4F4F4F. Windows color (decimal): -12691123 or 5069118. OLE color: 5069118.

HSL color Cylindrical-coordinate representation of color #3E594D: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E594D is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB628977-
CMYK0.3000.130.65
HSL153.33º17.88%29.61%-
HSV(B)153.33º30.34%34.9%-
XYZ6.98.78.34-
YUV79.56126.55115.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.19%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=27.19%
G=39.04%
B=33.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6289770.3000.130.65153.3317.8829.61
Hex3E594D1E0D4199121e
Octal76131115360151012312236
Binary1111101011001100110111110011011000001100110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,89,77); }

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

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

 a { background-color: rgb(62,89,77); }

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

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

 span { border-color: rgb(62,89,77); }

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