#3D5F4F

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

Shades of Plantation #3D5F4F

Tints of Plantation #3D5F4F

Color information

#3D5F4F (or 0x3D5F4F) is unknown color: approx Plantation. HEX triplet: 3D, 5F and 4F. RGB value is (61,95,79). Sum of RGB (Red+Green+Blue) = 61+95+79=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F4F is #C2A0B0. Grayscale: #535353. Windows color (decimal): -12755121 or 5201725. OLE color: 5201725.

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

Color convert

RGB619579-
CMYK0.3600.170.63
HSL151.76º21.79%30.59%-
HSV(B)151.76º35.79%37.25%-
XYZ7.439.748.89-
YUV83.01125.74112.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=25.96%
G=40.43%
B=33.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195790.3600.170.63151.7621.7930.59
Hex3D5F4F240113F98161f
Octal7513711744021772302637
Binary11110110111111001111100100010001111111100110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,79); }

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

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

 a { background-color: rgb(61,95,79); }

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

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

 span { border-color: rgb(61,95,79); }

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