Html Css Color HEX #3E5149 Plantation

📋 copy color: '#3E5149'

red 62 ◦ green 81 ◦ blue 73

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

Shades of Plantation #3E5149

Tints of Plantation #3E5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 28.7%
G = 37.5%
B = 33.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#3E5149 (or 0x3E5149) is known color: Plantation. HEX triplet: 3E, 51 and 49. RGB value is (62,81,73). Sum of RGB (Red+Green+Blue) = 62+81+73=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5149 is #C1AEB6. Grayscale: #4A4A4A. Windows color (decimal): -12693175 or 4804926. OLE color: 4804926.

HSL color Cylindrical-coordinate representation of color #3E5149: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E5149 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 81 73 -
CMYK 0.23 0 0.10 0.68
HSL 154.74º 0.13% 0.28% -
HSV(B) 154.74º 0.23% 0.32% -
XYZ 6.13 7.39 7.41 -
YUV 74.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 62 81 73 0.23 0 0.10 0.68 154.74 0.13 0.28
Hex 3E 51 49 17 0 A 44 9B D 1C
Octal 76 121 111 27 0 12 104 233 15 34
Binary 111110 1010001 1001001 10111 0 1010 1000100 10011011 1101 11100

Color Harmonies of #3E5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5149

Black with #3E5149

Text Example


Text Example

White with #3E5149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,81,73); }

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

background-color css

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

 a { background-color: rgb(62,81,73); }

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

border-color css

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

 span { border-color: rgb(62,81,73); }

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