#3D594B

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

Shades of Plantation #3D594B

Tints of Plantation #3D594B

Color information

#3D594B (or 0x3D594B) is unknown color: approx Plantation. HEX triplet: 3D, 59 and 4B. RGB value is (61,89,75). Sum of RGB (Red+Green+Blue) = 61+89+75=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D594B is #C2A6B4. Grayscale: #4F4F4F. Windows color (decimal): -12756661 or 4938045. OLE color: 4938045.

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

Color convert

RGB618975-
CMYK0.3100.160.65
HSL150º18.67%29.41%-
HSV(B)150º31.46%34.9%-
XYZ6.778.647.97-
YUV79.03125.72115.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=27.11%
G=39.56%
B=33.33%

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
Decimal6189750.3100.160.6515018.6729.41
Hex3D594B1F0104196131d
Octal75131113370201012262335
Binary11110110110011001011111110100001000001100101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,75); }

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

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

 a { background-color: rgb(61,89,75); }

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

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

 span { border-color: rgb(61,89,75); }

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