Html Css Color HEX #3E534A Plantation

📋 copy color: '#3E534A'

red 62 ◦ green 83 ◦ blue 74

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

Shades of Plantation #3E534A

Tints of Plantation #3E534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 28.31%
G = 37.9%
B = 33.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3E534A (or 0x3E534A) is known color: Plantation. HEX triplet: 3E, 53 and 4A. RGB value is (62,83,74). Sum of RGB (Red+Green+Blue) = 62+83+74=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E534A is #C1ACB5. Grayscale: #4B4B4B. Windows color (decimal): -12692662 or 4870974. OLE color: 4870974.

HSL color Cylindrical-coordinate representation of color #3E534A: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534A is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 83 74 -
CMYK 0.25 0 0.11 0.67
HSL 154.29º 0.14% 0.28% -
HSV(B) 154.29º 0.25% 0.33% -
XYZ 6.32 7.71 7.63 -
YUV 75.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 62 83 74 0.25 0 0.11 0.67 154.29 0.14 0.28
Hex 3E 53 4A 19 0 B 43 9A E 1C
Octal 76 123 112 31 0 13 103 232 16 34
Binary 111110 1010011 1001010 11001 0 1011 1000011 10011010 1110 11100

Color Harmonies of #3E534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E534A

Black with #3E534A

Text Example


Text Example

White with #3E534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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