Html Css Color HEX #3D4E46 Plantation

📋 copy color: '#3D4E46'

red 61 ◦ green 78 ◦ blue 70

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

Shades of Plantation #3D4E46

Tints of Plantation #3D4E46

RGB

 RED value IS 61 (24.22% from 255) = 29.19%

 GREEN value IS 78 (30.86% from 255) = 37.32%

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

R = 29.19%
G = 37.32%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#3D4E46 (or 0x3D4E46) is known color: Plantation. HEX triplet: 3D, 4E and 46. RGB value is (61,78,70). Sum of RGB (Red+Green+Blue) = 61+78+70=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E46 is #C2B1B9. Grayscale: #484848. Windows color (decimal): -12759482 or 4607549. OLE color: 4607549.

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

Color convert

RGB 61 78 70 -
CMYK 0.22 0 0.10 0.69
HSL 151.76º 0.12% 0.27% -
HSV(B) 151.76º 0.22% 0.31% -
XYZ 5.75 6.88 6.82 -
YUV 72.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 61 78 70 0.22 0 0.10 0.69 151.76 0.12 0.27
Hex 3D 4E 46 16 0 A 45 98 C 1B
Octal 75 116 106 26 0 12 105 230 14 33
Binary 111101 1001110 1000110 10110 0 1010 1000101 10011000 1100 11011

Color Harmonies of #3D4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4E46

Black with #3D4E46

Text Example


Text Example

White with #3D4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,78,70); }

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

background-color css

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

 a { background-color: rgb(61,78,70); }

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

border-color css

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

 span { border-color: rgb(61,78,70); }

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