Html Css Color HEX #3E574D Plantation

📋 copy color: '#3E574D'

red 62 ◦ green 87 ◦ blue 77

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

Shades of Plantation #3E574D

Tints of Plantation #3E574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 27.43%
G = 38.5%
B = 34.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#3E574D (or 0x3E574D) is known color: Plantation. HEX triplet: 3E, 57 and 4D. RGB value is (62,87,77). Sum of RGB (Red+Green+Blue) = 62+87+77=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #3E574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E574D is #C1A8B2. Grayscale: #4E4E4E. Windows color (decimal): -12691635 or 5068606. OLE color: 5068606.

HSL color Cylindrical-coordinate representation of color #3E574D: hue angle of 156º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E574D is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 87 77 -
CMYK 0.29 0 0.11 0.66
HSL 156º 0.17% 0.29% -
HSV(B) 156º 0.29% 0.34% -
XYZ 6.73 8.38 8.28 -
YUV 78.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 62 87 77 0.29 0 0.11 0.66 156 0.17 0.29
Hex 3E 57 4D 1D 0 B 42 9C 11 1D
Octal 76 127 115 35 0 13 102 234 21 35
Binary 111110 1010111 1001101 11101 0 1011 1000010 10011100 10001 11101

Color Harmonies of #3E574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E574D

Black with #3E574D

Text Example


Text Example

White with #3E574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,87,77); }

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

background-color css

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

 a { background-color: rgb(62,87,77); }

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

border-color css

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

 span { border-color: rgb(62,87,77); }

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