#3E554A

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

Shades of Plantation #3E554A

Tints of Plantation #3E554A

Color information

#3E554A (or 0x3E554A) is unknown color: approx Plantation. HEX triplet: 3E, 55 and 4A. RGB value is (62,85,74). Sum of RGB (Red+Green+Blue) = 62+85+74=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E554A is #C1AAB5. Grayscale: #4C4C4C. Windows color (decimal): -12692150 or 4871486. OLE color: 4871486.

HSL color Cylindrical-coordinate representation of color #3E554A: hue angle of 151.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E554A is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB628574-
CMYK0.2700.130.67
HSL151.3º15.65%28.82%-
HSV(B)151.3º27.06%33.33%-
XYZ6.478.027.68-
YUV76.87126.38117.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=28.05%
G=38.46%
B=33.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285740.2700.130.67151.315.6528.82
Hex3E554A1B0D4397101d
Octal76125112330151032272035
Binary1111101010101100101011011011011000011100101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,74); }

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

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

 a { background-color: rgb(62,85,74); }

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

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

 span { border-color: rgb(62,85,74); }

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