#3D564A

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

Shades of Plantation #3D564A

Tints of Plantation #3D564A

Color information

#3D564A (or 0x3D564A) is unknown color: approx Plantation. HEX triplet: 3D, 56 and 4A. RGB value is (61,86,74). Sum of RGB (Red+Green+Blue) = 61+86+74=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #3D564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D564A is #C2A9B5. Grayscale: #4D4D4D. Windows color (decimal): -12757430 or 4871741. OLE color: 4871741.

HSL color Cylindrical-coordinate representation of color #3D564A: hue angle of 151.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D564A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB618674-
CMYK0.2900.140.66
HSL151.2º17.01%28.82%-
HSV(B)151.2º29.07%33.73%-
XYZ6.498.147.71-
YUV77.16126.22116.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=27.60%
G=38.91%
B=33.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186740.2900.140.66151.217.0128.82
Hex3D564A1D0E4297111d
Octal75126112350161022272135
Binary1111011010110100101011101011101000010100101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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