Html Css Color HEX #3E5D50 Plantation

📋 copy color: '#3E5D50'

red 62 ◦ green 93 ◦ blue 80

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

Shades of Plantation #3E5D50

Tints of Plantation #3E5D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 26.38%
G = 39.57%
B = 34.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#3E5D50 (or 0x3E5D50) is known color: Plantation. HEX triplet: 3E, 5D and 50. RGB value is (62,93,80). Sum of RGB (Red+Green+Blue) = 62+93+80=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5D50 is #C1A2AF. Grayscale: #525252. Windows color (decimal): -12690096 or 5266750. OLE color: 5266750.

HSL color Cylindrical-coordinate representation of color #3E5D50: hue angle of 154.84º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E5D50 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 93 80 -
CMYK 0.33 0 0.14 0.64
HSL 154.84º 0.2% 0.3% -
HSV(B) 154.84º 0.33% 0.36% -
XYZ 7.35 9.43 9.02 -
YUV 82.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 62 93 80 0.33 0 0.14 0.64 154.84 0.2 0.3
Hex 3E 5D 50 21 0 E 40 9B 14 1E
Octal 76 135 120 41 0 16 100 233 24 36
Binary 111110 1011101 1010000 100001 0 1110 1000000 10011011 10100 11110

Color Harmonies of #3E5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5D50

Black with #3E5D50

Text Example


Text Example

White with #3E5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,93,80); }

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

background-color css

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

 a { background-color: rgb(62,93,80); }

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

border-color css

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

 span { border-color: rgb(62,93,80); }

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