#315544

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

Shades of Plantation #315544

Tints of Plantation #315544

Color information

#315544 (or 0x315544) is unknown color: approx Plantation. HEX triplet: 31, 55 and 44. RGB value is (49,85,68). Sum of RGB (Red+Green+Blue) = 49+85+68=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #315544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315544 is #CEAABB. Grayscale: #484848. Windows color (decimal): -13544124 or 4478257. OLE color: 4478257.

HSL color Cylindrical-coordinate representation of color #315544: hue angle of 151.67º degrees, saturation: 0.27, 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 #315544 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB498568-
CMYK0.4200.200.67
HSL151.67º26.87%26.27%-
HSV(B)151.67º42.35%33.33%-
XYZ5.567.576.64-
YUV72.3125.57111.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=24.26%
G=42.08%
B=33.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985680.4200.200.67151.6726.8726.27
Hex3155442A01443981b1a
Octal61125104520241032303332
Binary110001101010110001001010100101001000011100110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315544; }

 p { color: rgb(49,85,68); }

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

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

 a { background-color: rgb(49,85,68); }

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

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

 span { border-color: rgb(49,85,68); }

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