#3D5C4F

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

Shades of Plantation #3D5C4F

Tints of Plantation #3D5C4F

Color information

#3D5C4F (or 0x3D5C4F) is unknown color: approx Plantation. HEX triplet: 3D, 5C and 4F. RGB value is (61,92,79). Sum of RGB (Red+Green+Blue) = 61+92+79=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C4F is #C2A3B0. Grayscale: #515151. Windows color (decimal): -12755889 or 5200957. OLE color: 5200957.

HSL color Cylindrical-coordinate representation of color #3D5C4F: hue angle of 154.84º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5C4F is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB619279-
CMYK0.3400.140.64
HSL154.84º20.26%30%-
HSV(B)154.84º33.7%36.08%-
XYZ7.169.218.8-
YUV81.25126.73113.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=26.29%
G=39.66%
B=34.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6192790.3400.140.64154.8420.2630
Hex3D5C4F220E409b141e
Octal75134117420161002332436
Binary11110110111001001111100010011101000000100110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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