#319415

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

Shades of La Palma #319415

Tints of La Palma #319415

Color information

#319415 (or 0x319415) is unknown color: approx La Palma. HEX triplet: 31, 94 and 15. RGB value is (49,148,21). Sum of RGB (Red+Green+Blue) = 49+148+21=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #319415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319415 is #CE6BEA. Grayscale: #686868. Windows color (decimal): -13528043 or 1414193. OLE color: 1414193.

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

Color convert

RGB4914821-
CMYK0.6700.860.42
HSL106.77º75.15%33.14%-
HSV(B)106.77º85.81%58.04%-
XYZ11.9921.894.3-
YUV103.9281.288.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=22.48%
G=67.89%
B=9.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148210.6700.860.42106.7775.1533.14
Hex319415430562A6b4b21
Octal612242510301265215311341
Binary110001100101001010110000110101011010101011010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319415; }

 p { color: rgb(49,148,21); }

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

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

 a { background-color: rgb(49,148,21); }

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

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

 span { border-color: rgb(49,148,21); }

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