Html Css Color HEX #3E5247 Plantation

📋 copy color: '#3E5247'

red 62 ◦ green 82 ◦ blue 71

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

Shades of Plantation #3E5247

Tints of Plantation #3E5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 28.84%
G = 38.14%
B = 33.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#3E5247 (or 0x3E5247) is known color: Plantation. HEX triplet: 3E, 52 and 47. RGB value is (62,82,71). Sum of RGB (Red+Green+Blue) = 62+82+71=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5247 is #C1ADB8. Grayscale: #4A4A4A. Windows color (decimal): -12692921 or 4674110. OLE color: 4674110.

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

Color convert

RGB 62 82 71 -
CMYK 0.24 0 0.13 0.68
HSL 147º 0.14% 0.28% -
HSV(B) 147º 0.24% 0.32% -
XYZ 6.14 7.51 7.09 -
YUV 74.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 62 82 71 0.24 0 0.13 0.68 147 0.14 0.28
Hex 3E 52 47 18 0 D 44 93 E 1C
Octal 76 122 107 30 0 15 104 223 16 34
Binary 111110 1010010 1000111 11000 0 1101 1000100 10010011 1110 11100

Color Harmonies of #3E5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5247

Black with #3E5247

Text Example


Text Example

White with #3E5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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