#3E4F46

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

Shades of Plantation #3E4F46

Tints of Plantation #3E4F46

Color information

#3E4F46 (or 0x3E4F46) is unknown color: approx Plantation. HEX triplet: 3E, 4F and 46. RGB value is (62,79,70). Sum of RGB (Red+Green+Blue) = 62+79+70=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F46 is #C1B0B9. Grayscale: #484848. Windows color (decimal): -12693690 or 4607806. OLE color: 4607806.

HSL color Cylindrical-coordinate representation of color #3E4F46: hue angle of 148.24º 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 #3E4F46 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB627970-
CMYK0.2200.110.69
HSL148.24º12.06%27.65%-
HSV(B)148.24º21.52%30.98%-
XYZ5.897.066.85-
YUV72.89126.37120.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=29.38%
G=37.44%
B=33.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6279700.2200.110.69148.2412.0627.65
Hex3E4F46160B4594c1c
Octal76117106260131052241434
Binary111110100111110001101011001011100010110010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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