Html Css Color HEX #3D5047 Plantation

📋 copy color: '#3D5047'

red 61 ◦ green 80 ◦ blue 71

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

Shades of Plantation #3D5047

Tints of Plantation #3D5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

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

R = 28.77%
G = 37.74%
B = 33.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#3D5047 (or 0x3D5047) is known color: Plantation. HEX triplet: 3D, 50 and 47. RGB value is (61,80,71). Sum of RGB (Red+Green+Blue) = 61+80+71=212 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.77% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #3D5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5047 is #C2AFB8. Grayscale: #494949. Windows color (decimal): -12758969 or 4673597. OLE color: 4673597.

HSL color Cylindrical-coordinate representation of color #3D5047: hue angle of 151.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5047 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 80 71 -
CMYK 0.24 0 0.11 0.69
HSL 151.58º 0.13% 0.28% -
HSV(B) 151.58º 0.24% 0.31% -
XYZ 5.93 7.18 7.04 -
YUV 73.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 61 80 71 0.24 0 0.11 0.69 151.58 0.13 0.28
Hex 3D 50 47 18 0 B 45 98 D 1C
Octal 75 120 107 30 0 13 105 230 15 34
Binary 111101 1010000 1000111 11000 0 1011 1000101 10011000 1101 11100

Color Harmonies of #3D5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5047

Black with #3D5047

Text Example


Text Example

White with #3D5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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