Html Css Color HEX #3E5147 Plantation

📋 copy color: '#3E5147'

red 62 ◦ green 81 ◦ blue 71

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

Shades of Plantation #3E5147

Tints of Plantation #3E5147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 28.97%
G = 37.85%
B = 33.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#3E5147 (or 0x3E5147) is known color: Plantation. HEX triplet: 3E, 51 and 47. RGB value is (62,81,71). Sum of RGB (Red+Green+Blue) = 62+81+71=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5147 is #C1AEB8. Grayscale: #4A4A4A. Windows color (decimal): -12693177 or 4673854. OLE color: 4673854.

HSL color Cylindrical-coordinate representation of color #3E5147: hue angle of 148.42º 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 #3E5147 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 81 71 -
CMYK 0.23 0 0.12 0.68
HSL 148.42º 0.13% 0.28% -
HSV(B) 148.42º 0.23% 0.32% -
XYZ 6.07 7.36 7.06 -
YUV 74.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 62 81 71 0.23 0 0.12 0.68 148.42 0.13 0.28
Hex 3E 51 47 17 0 C 44 94 D 1C
Octal 76 121 107 27 0 14 104 224 15 34
Binary 111110 1010001 1000111 10111 0 1100 1000100 10010100 1101 11100

Color Harmonies of #3E5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5147

Black with #3E5147

Text Example


Text Example

White with #3E5147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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