Html Css Color HEX #3D5549 Plantation

📋 copy color: '#3D5549'

red 61 ◦ green 85 ◦ blue 73

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

Shades of Plantation #3D5549

Tints of Plantation #3D5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 27.85%
G = 38.81%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#3D5549 (or 0x3D5549) is known color: Plantation. HEX triplet: 3D, 55 and 49. RGB value is (61,85,73). Sum of RGB (Red+Green+Blue) = 61+85+73=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5549 is #C2AAB6. Grayscale: #4C4C4C. Windows color (decimal): -12757687 or 4805949. OLE color: 4805949.

HSL color Cylindrical-coordinate representation of color #3D5549: hue angle of 150º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5549 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 73 -
CMYK 0.28 0 0.14 0.67
HSL 150º 0.16% 0.29% -
HSV(B) 150º 0.28% 0.33% -
XYZ 6.38 7.97 7.51 -
YUV 76.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 61 85 73 0.28 0 0.14 0.67 150 0.16 0.29
Hex 3D 55 49 1C 0 E 43 96 10 1D
Octal 75 125 111 34 0 16 103 226 20 35
Binary 111101 1010101 1001001 11100 0 1110 1000011 10010110 10000 11101

Color Harmonies of #3D5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5549

Black with #3D5549

Text Example


Text Example

White with #3D5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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