Html Css Color HEX #3E5449 Plantation

📋 copy color: '#3E5449'

red 62 ◦ green 84 ◦ blue 73

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

Shades of Plantation #3E5449

Tints of Plantation #3E5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 28.31%
G = 38.36%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3E5449 (or 0x3E5449) is known color: Plantation. HEX triplet: 3E, 54 and 49. RGB value is (62,84,73). Sum of RGB (Red+Green+Blue) = 62+84+73=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5449 is #C1ABB6. Grayscale: #4C4C4C. Windows color (decimal): -12692407 or 4805694. OLE color: 4805694.

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

Color convert

RGB 62 84 73 -
CMYK 0.26 0 0.13 0.67
HSL 150º 0.15% 0.29% -
HSV(B) 150º 0.26% 0.33% -
XYZ 6.36 7.85 7.48 -
YUV 76.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 62 84 73 0.26 0 0.13 0.67 150 0.15 0.29
Hex 3E 54 49 1A 0 D 43 96 F 1D
Octal 76 124 111 32 0 15 103 226 17 35
Binary 111110 1010100 1001001 11010 0 1101 1000011 10010110 1111 11101

Color Harmonies of #3E5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5449

Black with #3E5449

Text Example


Text Example

White with #3E5449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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