#3E6550

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

Shades of Plantation #3E6550

Tints of Plantation #3E6550

Color information

#3E6550 (or 0x3E6550) is unknown color: approx Plantation. HEX triplet: 3E, 65 and 50. RGB value is (62,101,80). Sum of RGB (Red+Green+Blue) = 62+101+80=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6550 is #C19AAF. Grayscale: #565656. Windows color (decimal): -12688048 or 5268798. OLE color: 5268798.

HSL color Cylindrical-coordinate representation of color #3E6550: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E6550 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB6210180-
CMYK0.3900.210.60
HSL147.69º23.93%31.96%-
HSV(B)147.69º38.61%39.61%-
XYZ8.0910.919.27-
YUV86.94124.08110.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=25.51%
G=41.56%
B=32.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62101800.3900.210.60147.6923.9331.96
Hex3E6550270153C941820
Octal7614512047025742243040
Binary111110110010110100001001110101011111001001010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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