Html Css Color HEX #3D4F47 Plantation

📋 copy color: '#3D4F47'

red 61 ◦ green 79 ◦ blue 71

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

Shades of Plantation #3D4F47

Tints of Plantation #3D4F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 28.91%
G = 37.44%
B = 33.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#3D4F47 (or 0x3D4F47) is known color: Plantation. HEX triplet: 3D, 4F and 47. RGB value is (61,79,71). Sum of RGB (Red+Green+Blue) = 61+79+71=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F47 is #C2B0B8. Grayscale: #484848. Windows color (decimal): -12759225 or 4673341. OLE color: 4673341.

HSL color Cylindrical-coordinate representation of color #3D4F47: hue angle of 153.33º 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 #3D4F47 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 79 71 -
CMYK 0.23 0 0.10 0.69
HSL 153.33º 0.13% 0.27% -
HSV(B) 153.33º 0.23% 0.31% -
XYZ 5.86 7.04 7.01 -
YUV 72.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 61 79 71 0.23 0 0.10 0.69 153.33 0.13 0.27
Hex 3D 4F 47 17 0 A 45 99 D 1B
Octal 75 117 107 27 0 12 105 231 15 33
Binary 111101 1001111 1000111 10111 0 1010 1000101 10011001 1101 11011

Color Harmonies of #3D4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4F47

Black with #3D4F47

Text Example


Text Example

White with #3D4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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