#3D5F4D

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

Shades of Plantation #3D5F4D

Tints of Plantation #3D5F4D

Color information

#3D5F4D (or 0x3D5F4D) is unknown color: approx Plantation. HEX triplet: 3D, 5F and 4D. RGB value is (61,95,77). Sum of RGB (Red+Green+Blue) = 61+95+77=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F4D is #C2A0B2. Grayscale: #525252. Windows color (decimal): -12755123 or 5070653. OLE color: 5070653.

HSL color Cylindrical-coordinate representation of color #3D5F4D: hue angle of 148.24º 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 #3D5F4D is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB619577-
CMYK0.3600.190.63
HSL148.24º21.79%30.59%-
HSV(B)148.24º35.79%37.25%-
XYZ7.369.718.51-
YUV82.78124.74112.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=26.18%
G=40.77%
B=33.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195770.3600.190.63148.2421.7930.59
Hex3D5F4D240133F94161f
Octal7513711544023772242637
Binary11110110111111001101100100010011111111100101001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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