#315745

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

Shades of Plantation #315745

Tints of Plantation #315745

Color information

#315745 (or 0x315745) is unknown color: approx Plantation. HEX triplet: 31, 57 and 45. RGB value is (49,87,69). Sum of RGB (Red+Green+Blue) = 49+87+69=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #315745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315745 is #CEA8BA. Grayscale: #494949. Windows color (decimal): -13543611 or 4544305. OLE color: 4544305.

HSL color Cylindrical-coordinate representation of color #315745: hue angle of 151.58º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315745 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB498769-
CMYK0.4400.210.66
HSL151.58º27.94%26.67%-
HSV(B)151.58º43.68%34.12%-
XYZ5.757.96.85-
YUV73.59125.41110.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=23.90%
G=42.44%
B=33.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987690.4400.210.66151.5827.9426.67
Hex3157452C01542981c1b
Octal61127105540251022303433
Binary110001101011110001011011000101011000010100110001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315745; }

 p { color: rgb(49,87,69); }

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

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

 a { background-color: rgb(49,87,69); }

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

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

 span { border-color: rgb(49,87,69); }

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