#315442

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

Shades of Plantation #315442

Tints of Plantation #315442

Color information

#315442 (or 0x315442) is unknown color: approx Plantation. HEX triplet: 31, 54 and 42. RGB value is (49,84,66). Sum of RGB (Red+Green+Blue) = 49+84+66=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #315442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315442 is #CEABBD. Grayscale: #474747. Windows color (decimal): -13544382 or 4346929. OLE color: 4346929.

HSL color Cylindrical-coordinate representation of color #315442: hue angle of 149.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315442 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB498466-
CMYK0.4200.210.67
HSL149.14º26.32%26.08%-
HSV(B)149.14º41.67%32.94%-
XYZ5.427.396.29-
YUV71.48124.9111.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=24.62%
G=42.21%
B=33.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984660.4200.210.67149.1426.3226.08
Hex3154422A01543951a1a
Octal61124102520251032253232
Binary110001101010010000101010100101011000011100101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315442; }

 p { color: rgb(49,84,66); }

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

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

 a { background-color: rgb(49,84,66); }

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

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

 span { border-color: rgb(49,84,66); }

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