#3D584C

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

Shades of Plantation #3D584C

Tints of Plantation #3D584C

Color information

#3D584C (or 0x3D584C) is unknown color: approx Plantation. HEX triplet: 3D, 58 and 4C. RGB value is (61,88,76). Sum of RGB (Red+Green+Blue) = 61+88+76=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #3D584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D584C is #C2A7B3. Grayscale: #4E4E4E. Windows color (decimal): -12756916 or 5003325. OLE color: 5003325.

HSL color Cylindrical-coordinate representation of color #3D584C: hue angle of 153.33º 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 #3D584C is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB618876-
CMYK0.3100.140.65
HSL153.33º18.12%29.22%-
HSV(B)153.33º30.68%34.51%-
XYZ6.728.498.12-
YUV78.56126.55115.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=27.11%
G=39.11%
B=33.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6188760.3100.140.65153.3318.1229.22
Hex3D584C1F0E4199121d
Octal75130114370161012312235
Binary1111011011000100110011111011101000001100110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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