#315946

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

Shades of Plantation #315946

Tints of Plantation #315946

Color information

#315946 (or 0x315946) is unknown color: approx Plantation. HEX triplet: 31, 59 and 46. RGB value is (49,89,70). Sum of RGB (Red+Green+Blue) = 49+89+70=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #315946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315946 is #CEA6B9. Grayscale: #4A4A4A. Windows color (decimal): -13543098 or 4610353. OLE color: 4610353.

HSL color Cylindrical-coordinate representation of color #315946: hue angle of 151.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315946 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB498970-
CMYK0.4500.210.65
HSL151.5º28.99%27.06%-
HSV(B)151.5º44.94%34.9%-
XYZ5.948.247.07-
YUV74.87125.25109.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=23.56%
G=42.79%
B=33.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989700.4500.210.65151.528.9927.06
Hex3159462D01541981d1b
Octal61131106550251012303533
Binary110001101100110001101011010101011000001100110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315946; }

 p { color: rgb(49,89,70); }

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

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

 a { background-color: rgb(49,89,70); }

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

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

 span { border-color: rgb(49,89,70); }

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