Html Css Color HEX #3E554A Plantation

📋 copy color: '#3E554A'

red 62 ◦ green 85 ◦ blue 74

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

Shades of Plantation #3E554A

Tints of Plantation #3E554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 28.05%
G = 38.46%
B = 33.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3E554A (or 0x3E554A) is known color: Plantation. HEX triplet: 3E, 55 and 4A. RGB value is (62,85,74). Sum of RGB (Red+Green+Blue) = 62+85+74=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E554A is #C1AAB5. Grayscale: #4C4C4C. Windows color (decimal): -12692150 or 4871486. OLE color: 4871486.

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

Color convert

RGB 62 85 74 -
CMYK 0.27 0 0.13 0.67
HSL 151.3º 0.16% 0.29% -
HSV(B) 151.3º 0.27% 0.33% -
XYZ 6.47 8.02 7.68 -
YUV 76.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 62 85 74 0.27 0 0.13 0.67 151.3 0.16 0.29
Hex 3E 55 4A 1B 0 D 43 97 10 1D
Octal 76 125 112 33 0 15 103 227 20 35
Binary 111110 1010101 1001010 11011 0 1101 1000011 10010111 10000 11101

Color Harmonies of #3E554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E554A

Black with #3E554A

Text Example


Text Example

White with #3E554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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