Html Css Color HEX #3D5247 Plantation

📋 copy color: '#3D5247'

red 61 ◦ green 82 ◦ blue 71

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

Shades of Plantation #3D5247

Tints of Plantation #3D5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 28.5%
G = 38.32%
B = 33.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#3D5247 (or 0x3D5247) is known color: Plantation. HEX triplet: 3D, 52 and 47. RGB value is (61,82,71). Sum of RGB (Red+Green+Blue) = 61+82+71=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5247 is #C2ADB8. Grayscale: #4A4A4A. Windows color (decimal): -12758457 or 4674109. OLE color: 4674109.

HSL color Cylindrical-coordinate representation of color #3D5247: hue angle of 148.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D5247 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 71 -
CMYK 0.26 0 0.13 0.68
HSL 148.57º 0.15% 0.28% -
HSV(B) 148.57º 0.26% 0.32% -
XYZ 6.08 7.48 7.08 -
YUV 74.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 61 82 71 0.26 0 0.13 0.68 148.57 0.15 0.28
Hex 3D 52 47 1A 0 D 44 95 F 1C
Octal 75 122 107 32 0 15 104 225 17 34
Binary 111101 1010010 1000111 11010 0 1101 1000100 10010101 1111 11100

Color Harmonies of #3D5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5247

Black with #3D5247

Text Example


Text Example

White with #3D5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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