Html Css Color HEX #3E4F46 Plantation

📋 copy color: '#3E4F46'

red 62 ◦ green 79 ◦ blue 70

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

Shades of Plantation #3E4F46

Tints of Plantation #3E4F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 29.38%
G = 37.44%
B = 33.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3E4F46 (or 0x3E4F46) is known color: Plantation. HEX triplet: 3E, 4F and 46. RGB value is (62,79,70). Sum of RGB (Red+Green+Blue) = 62+79+70=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4F46 is #C1B0B9. Grayscale: #484848. Windows color (decimal): -12693690 or 4607806. OLE color: 4607806.

HSL color Cylindrical-coordinate representation of color #3E4F46: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E4F46 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 79 70 -
CMYK 0.22 0 0.11 0.69
HSL 148.24º 0.12% 0.28% -
HSV(B) 148.24º 0.22% 0.31% -
XYZ 5.89 7.06 6.85 -
YUV 72.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 62 79 70 0.22 0 0.11 0.69 148.24 0.12 0.28
Hex 3E 4F 46 16 0 B 45 94 C 1C
Octal 76 117 106 26 0 13 105 224 14 34
Binary 111110 1001111 1000110 10110 0 1011 1000101 10010100 1100 11100

Color Harmonies of #3E4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4F46

Black with #3E4F46

Text Example


Text Example

White with #3E4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,79,70); }

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

background-color css

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

 a { background-color: rgb(62,79,70); }

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

border-color css

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

 span { border-color: rgb(62,79,70); }

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