Html Css Color HEX #3D5249 Plantation

📋 copy color: '#3D5249'

red 61 ◦ green 82 ◦ blue 73

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

Shades of Plantation #3D5249

Tints of Plantation #3D5249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 28.24%
G = 37.96%
B = 33.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#3D5249 (or 0x3D5249) is known color: Plantation. HEX triplet: 3D, 52 and 49. RGB value is (61,82,73). Sum of RGB (Red+Green+Blue) = 61+82+73=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5249 is #C2ADB6. Grayscale: #4A4A4A. Windows color (decimal): -12758455 or 4805181. OLE color: 4805181.

HSL color Cylindrical-coordinate representation of color #3D5249: hue angle of 154.29º 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 #3D5249 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 73 -
CMYK 0.26 0 0.11 0.68
HSL 154.29º 0.15% 0.28% -
HSV(B) 154.29º 0.26% 0.32% -
XYZ 6.14 7.51 7.43 -
YUV 74.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 61 82 73 0.26 0 0.11 0.68 154.29 0.15 0.28
Hex 3D 52 49 1A 0 B 44 9A F 1C
Octal 75 122 111 32 0 13 104 232 17 34
Binary 111101 1010010 1001001 11010 0 1011 1000100 10011010 1111 11100

Color Harmonies of #3D5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5249

Black with #3D5249

Text Example


Text Example

White with #3D5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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