Html Css Color HEX #3D5E49 Plantation

📋 copy color: '#3D5E49'

red 61 ◦ green 94 ◦ blue 73

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

Shades of Plantation #3D5E49

Tints of Plantation #3D5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

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

R = 26.75%
G = 41.23%
B = 32.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#3D5E49 (or 0x3D5E49) is known color: Plantation. HEX triplet: 3D, 5E and 49. RGB value is (61,94,73). Sum of RGB (Red+Green+Blue) = 61+94+73=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5E49 is #C2A1B6. Grayscale: #515151. Windows color (decimal): -12755383 or 4808253. OLE color: 4808253.

HSL color Cylindrical-coordinate representation of color #3D5E49: hue angle of 141.82º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D5E49 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 94 73 -
CMYK 0.35 0 0.22 0.63
HSL 141.82º 0.21% 0.3% -
HSV(B) 141.82º 0.35% 0.37% -
XYZ 7.13 9.48 7.76 -
YUV 81.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 61 94 73 0.35 0 0.22 0.63 141.82 0.21 0.3
Hex 3D 5E 49 23 0 16 3F 8E 15 1E
Octal 75 136 111 43 0 26 77 216 25 36
Binary 111101 1011110 1001001 100011 0 10110 111111 10001110 10101 11110

Color Harmonies of #3D5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E49

Black with #3D5E49

Text Example


Text Example

White with #3D5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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