#3E4F47

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

Shades of Plantation #3E4F47

Tints of Plantation #3E4F47

Color information

#3E4F47 (or 0x3E4F47) is unknown color: approx Plantation. HEX triplet: 3E, 4F and 47. RGB value is (62,79,71). Sum of RGB (Red+Green+Blue) = 62+79+71=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F47 is #C1B0B8. Grayscale: #494949. Windows color (decimal): -12693689 or 4673342. OLE color: 4673342.

HSL color Cylindrical-coordinate representation of color #3E4F47: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E4F47 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB627971-
CMYK0.2200.100.69
HSL151.76º12.06%27.65%-
HSV(B)151.76º21.52%30.98%-
XYZ5.927.077.01-
YUV73126.87120.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=29.25%
G=37.26%
B=33.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6279710.2200.100.69151.7612.0627.65
Hex3E4F47160A4598c1c
Octal76117107260121052301434
Binary111110100111110001111011001010100010110011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,71); }

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

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

 a { background-color: rgb(62,79,71); }

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

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

 span { border-color: rgb(62,79,71); }

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