Html Css Color HEX #3E5D4C Plantation

📋 copy color: '#3E5D4C'

red 62 ◦ green 93 ◦ blue 76

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

Shades of Plantation #3E5D4C

Tints of Plantation #3E5D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 26.84%
G = 40.26%
B = 32.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#3E5D4C (or 0x3E5D4C) is known color: Plantation. HEX triplet: 3E, 5D and 4C. RGB value is (62,93,76). Sum of RGB (Red+Green+Blue) = 62+93+76=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5D4C is #C1A2B3. Grayscale: #515151. Windows color (decimal): -12690100 or 5004606. OLE color: 5004606.

HSL color Cylindrical-coordinate representation of color #3E5D4C: hue angle of 147.1º 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 #3E5D4C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 93 76 -
CMYK 0.33 0 0.18 0.64
HSL 147.1º 0.2% 0.3% -
HSV(B) 147.1º 0.33% 0.36% -
XYZ 7.21 9.37 8.27 -
YUV 81.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 62 93 76 0.33 0 0.18 0.64 147.1 0.2 0.3
Hex 3E 5D 4C 21 0 12 40 93 14 1E
Octal 76 135 114 41 0 22 100 223 24 36
Binary 111110 1011101 1001100 100001 0 10010 1000000 10010011 10100 11110

Color Harmonies of #3E5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5D4C

Black with #3E5D4C

Text Example


Text Example

White with #3E5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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