Html Css Color HEX #3E574A Plantation

📋 copy color: '#3E574A'

red 62 ◦ green 87 ◦ blue 74

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

Shades of Plantation #3E574A

Tints of Plantation #3E574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 27.8%
G = 39.01%
B = 33.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#3E574A (or 0x3E574A) is known color: Plantation. HEX triplet: 3E, 57 and 4A. RGB value is (62,87,74). Sum of RGB (Red+Green+Blue) = 62+87+74=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #3E574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E574A is #C1A8B5. Grayscale: #4E4E4E. Windows color (decimal): -12691638 or 4871998. OLE color: 4871998.

HSL color Cylindrical-coordinate representation of color #3E574A: hue angle of 148.8º 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 #3E574A is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 62 87 74 -
CMYK 0.29 0 0.15 0.66
HSL 148.8º 0.17% 0.29% -
HSV(B) 148.8º 0.29% 0.34% -
XYZ 6.63 8.33 7.74 -
YUV 78.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 62 87 74 0.29 0 0.15 0.66 148.8 0.17 0.29
Hex 3E 57 4A 1D 0 F 42 95 11 1D
Octal 76 127 112 35 0 17 102 225 21 35
Binary 111110 1010111 1001010 11101 0 1111 1000010 10010101 10001 11101

Color Harmonies of #3E574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E574A

Black with #3E574A

Text Example


Text Example

White with #3E574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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