#319116

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

Shades of La Palma #319116

Tints of La Palma #319116

Color information

#319116 (or 0x319116) is unknown color: approx La Palma. HEX triplet: 31, 91 and 16. RGB value is (49,145,22). Sum of RGB (Red+Green+Blue) = 49+145+22=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #319116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319116 is #CE6EE9. Grayscale: #666666. Windows color (decimal): -13528810 or 1478961. OLE color: 1478961.

HSL color Cylindrical-coordinate representation of color #319116: hue angle of 106.83º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #319116 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB4914522-
CMYK0.6600.850.43
HSL106.83º73.65%32.75%-
HSV(B)106.83º84.83%56.86%-
XYZ11.5420.964.2-
YUV102.2782.790-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 145 (57.03% from 255) = 67.13%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=22.69%
G=67.13%
B=10.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49145220.6600.850.43106.8373.6532.75
Hex319116420552B6b4a21
Octal612212610201255315311241
Binary110001100100011011010000100101010110101111010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319116; }

 p { color: rgb(49,145,22); }

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

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

 a { background-color: rgb(49,145,22); }

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

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

 span { border-color: rgb(49,145,22); }

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