#3D584A

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

Shades of Plantation #3D584A

Tints of Plantation #3D584A

Color information

#3D584A (or 0x3D584A) is unknown color: approx Plantation. HEX triplet: 3D, 58 and 4A. RGB value is (61,88,74). Sum of RGB (Red+Green+Blue) = 61+88+74=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #3D584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D584A is #C2A7B5. Grayscale: #4E4E4E. Windows color (decimal): -12756918 or 4872253. OLE color: 4872253.

HSL color Cylindrical-coordinate representation of color #3D584A: hue angle of 148.89º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D584A is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB618874-
CMYK0.3100.160.65
HSL148.89º18.12%29.22%-
HSV(B)148.89º30.68%34.51%-
XYZ6.658.477.76-
YUV78.33125.55115.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=27.35%
G=39.46%
B=33.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6188740.3100.160.65148.8918.1229.22
Hex3D584A1F0104195121d
Octal75130112370201012252235
Binary11110110110001001010111110100001000001100101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,74); }

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

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

 a { background-color: rgb(61,88,74); }

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

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

 span { border-color: rgb(61,88,74); }

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