Html Css Color HEX #3D5349 Plantation

📋 copy color: '#3D5349'

red 61 ◦ green 83 ◦ blue 73

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

Shades of Plantation #3D5349

Tints of Plantation #3D5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 28.11%
G = 38.25%
B = 33.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#3D5349 (or 0x3D5349) is known color: Plantation. HEX triplet: 3D, 53 and 49. RGB value is (61,83,73). Sum of RGB (Red+Green+Blue) = 61+83+73=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5349 is #C2ACB6. Grayscale: #4B4B4B. Windows color (decimal): -12758199 or 4805437. OLE color: 4805437.

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

Color convert

RGB 61 83 73 -
CMYK 0.27 0 0.12 0.67
HSL 152.73º 0.15% 0.28% -
HSV(B) 152.73º 0.27% 0.33% -
XYZ 6.22 7.66 7.45 -
YUV 75.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 61 83 73 0.27 0 0.12 0.67 152.73 0.15 0.28
Hex 3D 53 49 1B 0 C 43 99 F 1C
Octal 75 123 111 33 0 14 103 231 17 34
Binary 111101 1010011 1001001 11011 0 1100 1000011 10011001 1111 11100

Color Harmonies of #3D5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5349

Black with #3D5349

Text Example


Text Example

White with #3D5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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