Html Css Color HEX #3E4D46 Plantation

📋 copy color: '#3E4D46'

red 62 ◦ green 77 ◦ blue 70

#3E4D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #3E4D46

Tints of Plantation #3E4D46

RGB

 RED value IS 62 (24.61% from 255) = 29.67%

 GREEN value IS 77 (30.47% from 255) = 36.84%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 29.67%
G = 36.84%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#3E4D46 (or 0x3E4D46) is known color: Plantation. HEX triplet: 3E, 4D and 46. RGB value is (62,77,70). Sum of RGB (Red+Green+Blue) = 62+77+70=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #3E4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4D46 is #C1B2B9. Grayscale: #474747. Windows color (decimal): -12694202 or 4607294. OLE color: 4607294.

HSL color Cylindrical-coordinate representation of color #3E4D46: hue angle of 152º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E4D46 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 77 70 -
CMYK 0.19 0 0.09 0.70
HSL 152º 0.11% 0.27% -
HSV(B) 152º 0.19% 0.3% -
XYZ 5.75 6.77 6.8 -
YUV 71.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 62 77 70 0.19 0 0.09 0.70 152 0.11 0.27
Hex 3E 4D 46 13 0 9 46 98 B 1B
Octal 76 115 106 23 0 11 106 230 13 33
Binary 111110 1001101 1000110 10011 0 1001 1000110 10011000 1011 11011

Color Harmonies of #3E4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4D46

Black with #3E4D46

Text Example


Text Example

White with #3E4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E4D46;
 }
 .AnyTagClassName
 {
   color: #3E4D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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