Html Css Color HEX #3D5246 Plantation

📋 copy color: '#3D5246'

red 61 ◦ green 82 ◦ blue 70

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

Shades of Plantation #3D5246

Tints of Plantation #3D5246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 28.64%
G = 38.5%
B = 32.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#3D5246 (or 0x3D5246) is known color: Plantation. HEX triplet: 3D, 52 and 46. RGB value is (61,82,70). Sum of RGB (Red+Green+Blue) = 61+82+70=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5246 is #C2ADB9. Grayscale: #4A4A4A. Windows color (decimal): -12758458 or 4608573. OLE color: 4608573.

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

Color convert

RGB 61 82 70 -
CMYK 0.26 0 0.15 0.68
HSL 145.71º 0.15% 0.28% -
HSV(B) 145.71º 0.26% 0.32% -
XYZ 6.05 7.47 6.92 -
YUV 74.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 61 82 70 0.26 0 0.15 0.68 145.71 0.15 0.28
Hex 3D 52 46 1A 0 F 44 92 F 1C
Octal 75 122 106 32 0 17 104 222 17 34
Binary 111101 1010010 1000110 11010 0 1111 1000100 10010010 1111 11100

Color Harmonies of #3D5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5246

Black with #3D5246

Text Example


Text Example

White with #3D5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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