#3E534A

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

Shades of Plantation #3E534A

Tints of Plantation #3E534A

Color information

#3E534A (or 0x3E534A) is unknown color: approx Plantation. HEX triplet: 3E, 53 and 4A. RGB value is (62,83,74). Sum of RGB (Red+Green+Blue) = 62+83+74=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534A is #C1ACB5. Grayscale: #4B4B4B. Windows color (decimal): -12692662 or 4870974. OLE color: 4870974.

HSL color Cylindrical-coordinate representation of color #3E534A: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534A is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB628374-
CMYK0.2500.110.67
HSL154.29º14.48%28.43%-
HSV(B)154.29º25.3%32.55%-
XYZ6.327.717.63-
YUV75.69127.04118.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=28.31%
G=37.90%
B=33.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283740.2500.110.67154.2914.4828.43
Hex3E534A190B439ae1c
Octal76123112310131032321634
Binary111110101001110010101100101011100001110011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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