#3E5D50

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

Shades of Plantation #3E5D50

Tints of Plantation #3E5D50

Color information

#3E5D50 (or 0x3E5D50) is unknown color: approx Plantation. HEX triplet: 3E, 5D and 50. RGB value is (62,93,80). Sum of RGB (Red+Green+Blue) = 62+93+80=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D50 is #C1A2AF. Grayscale: #525252. Windows color (decimal): -12690096 or 5266750. OLE color: 5266750.

HSL color Cylindrical-coordinate representation of color #3E5D50: hue angle of 154.84º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E5D50 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB629380-
CMYK0.3300.140.64
HSL154.84º20%30.39%-
HSV(B)154.84º33.33%36.47%-
XYZ7.359.439.02-
YUV82.25126.73113.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=26.38%
G=39.57%
B=34.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6293800.3300.140.64154.842030.39
Hex3E5D50210E409b141e
Octal76135120410161002332436
Binary11111010111011010000100001011101000000100110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,93,80); }

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

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

 a { background-color: rgb(62,93,80); }

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

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

 span { border-color: rgb(62,93,80); }

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