#3D574D

Color #3D574D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3D574D

Tints of Plantation #3D574D

Color information

#3D574D (or 0x3D574D) is unknown color: approx Plantation. HEX triplet: 3D, 57 and 4D. RGB value is (61,87,77). Sum of RGB (Red+Green+Blue) = 61+87+77=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #3D574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D574D is #C2A8B2. Grayscale: #4E4E4E. Windows color (decimal): -12757171 or 5068605. OLE color: 5068605.

HSL color Cylindrical-coordinate representation of color #3D574D: hue angle of 156.92º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D574D is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB618777-
CMYK0.3000.110.66
HSL156.92º17.57%29.02%-
HSV(B)156.92º29.89%34.12%-
XYZ6.678.348.28-
YUV78.09127.39115.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=27.11%
G=38.67%
B=34.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6187770.3000.110.66156.9217.5729.02
Hex3D574D1E0B429d121d
Octal75127115360131022352235
Binary1111011010111100110111110010111000010100111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,87,77); }

 H1.HeaderClassName
 {
   color: #3D574D;
 }
 .AnyTagClassName
 {
   color: #3D574D;
 }
</style>
background-color css

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

 a { background-color: rgb(61,87,77); }

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

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

 span { border-color: rgb(61,87,77); }

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