Html Css Color HEX #3E5348 Plantation

📋 copy color: '#3E5348'

red 62 ◦ green 83 ◦ blue 72

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

Shades of Plantation #3E5348

Tints of Plantation #3E5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 28.57%
G = 38.25%
B = 33.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3E5348 (or 0x3E5348) is known color: Plantation. HEX triplet: 3E, 53 and 48. RGB value is (62,83,72). Sum of RGB (Red+Green+Blue) = 62+83+72=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5348 is #C1ACB7. Grayscale: #4B4B4B. Windows color (decimal): -12692664 or 4739902. OLE color: 4739902.

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

Color convert

RGB 62 83 72 -
CMYK 0.25 0 0.13 0.67
HSL 148.57º 0.14% 0.28% -
HSV(B) 148.57º 0.25% 0.33% -
XYZ 6.25 7.68 7.28 -
YUV 75.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 62 83 72 0.25 0 0.13 0.67 148.57 0.14 0.28
Hex 3E 53 48 19 0 D 43 95 E 1C
Octal 76 123 110 31 0 15 103 225 16 34
Binary 111110 1010011 1001000 11001 0 1101 1000011 10010101 1110 11100

Color Harmonies of #3E5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5348

Black with #3E5348

Text Example


Text Example

White with #3E5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,72); }

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

background-color css

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

 a { background-color: rgb(62,83,72); }

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

border-color css

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

 span { border-color: rgb(62,83,72); }

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