#319805

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

Shades of La Palma #319805

Tints of La Palma #319805

Color information

#319805 (or 0x319805) is unknown color: approx La Palma. HEX triplet: 31, 98 and 05. RGB value is (49,152,5). Sum of RGB (Red+Green+Blue) = 49+152+5=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 152 (59.77% from 255 or 73.79% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 152 - color contains mainly: green. Hex color #319805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319805 is #CE67FA. Grayscale: #686868. Windows color (decimal): -13527035 or 366641. OLE color: 366641.

HSL color Cylindrical-coordinate representation of color #319805: hue angle of 102.04º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #319805 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB491525-
CMYK0.6800.970.40
HSL102.04º93.63%30.78%-
HSV(B)102.04º96.71%59.61%-
XYZ12.5223.123.95-
YUV104.4471.8888.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 152 (59.77% from 255) = 73.79%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=23.79%
G=73.79%
B=2.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4915250.6800.970.40102.0493.6330.78
Hex319854406128665e1f
Octal61230510401415014613637
Binary110001100110001011000100011000011010001100110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319805; }

 p { color: rgb(49,152,5); }

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

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

 a { background-color: rgb(49,152,5); }

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

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

 span { border-color: rgb(49,152,5); }

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