Html Css Color HEX #3D5847 Plantation

📋 copy color: '#3D5847'

red 61 ◦ green 88 ◦ blue 71

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

Shades of Plantation #3D5847

Tints of Plantation #3D5847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 27.73%
G = 40%
B = 32.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#3D5847 (or 0x3D5847) is known color: Plantation. HEX triplet: 3D, 58 and 47. RGB value is (61,88,71). Sum of RGB (Red+Green+Blue) = 61+88+71=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5847 is #C2A7B8. Grayscale: #4E4E4E. Windows color (decimal): -12756921 or 4675645. OLE color: 4675645.

HSL color Cylindrical-coordinate representation of color #3D5847: hue angle of 142.22º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5847 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 88 71 -
CMYK 0.31 0 0.19 0.65
HSL 142.22º 0.18% 0.29% -
HSV(B) 142.22º 0.31% 0.35% -
XYZ 6.55 8.43 7.24 -
YUV 77.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 61 88 71 0.31 0 0.19 0.65 142.22 0.18 0.29
Hex 3D 58 47 1F 0 13 41 8E 12 1D
Octal 75 130 107 37 0 23 101 216 22 35
Binary 111101 1011000 1000111 11111 0 10011 1000001 10001110 10010 11101

Color Harmonies of #3D5847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5847

Black with #3D5847

Text Example


Text Example

White with #3D5847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,88,71); }

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

background-color css

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

 a { background-color: rgb(61,88,71); }

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

border-color css

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

 span { border-color: rgb(61,88,71); }

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