Html Css Color HEX #3D4F46 Plantation

📋 copy color: '#3D4F46'

red 61 ◦ green 79 ◦ blue 70

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

Shades of Plantation #3D4F46

Tints of Plantation #3D4F46

RGB

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

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

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

R = 29.05%
G = 37.62%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3D4F46 (or 0x3D4F46) is known color: Plantation. HEX triplet: 3D, 4F and 46. RGB value is (61,79,70). Sum of RGB (Red+Green+Blue) = 61+79+70=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F46 is #C2B0B9. Grayscale: #484848. Windows color (decimal): -12759226 or 4607805. OLE color: 4607805.

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

Color convert

RGB 61 79 70 -
CMYK 0.23 0 0.11 0.69
HSL 150º 0.13% 0.27% -
HSV(B) 150º 0.23% 0.31% -
XYZ 5.83 7.03 6.84 -
YUV 72.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 61 79 70 0.23 0 0.11 0.69 150 0.13 0.27
Hex 3D 4F 46 17 0 B 45 96 D 1B
Octal 75 117 106 27 0 13 105 226 15 33
Binary 111101 1001111 1000110 10111 0 1011 1000101 10010110 1101 11011

Color Harmonies of #3D4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F46

Black with #3D4F46

Text Example


Text Example

White with #3D4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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