#469731

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

Shades of La Palma #469731

Tints of La Palma #469731

Color information

#469731 (or 0x469731) is unknown color: approx La Palma. HEX triplet: 46, 97 and 31. RGB value is (70,151,49). Sum of RGB (Red+Green+Blue) = 70+151+49=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #469731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469731 is #B968CE. Grayscale: #737373. Windows color (decimal): -12150991 or 3249990. OLE color: 3249990.

HSL color Cylindrical-coordinate representation of color #469731: hue angle of 107.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469731 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB7015149-
CMYK0.5400.680.41
HSL107.65º51%39.22%-
HSV(B)107.65º67.55%59.22%-
XYZ14.1523.666.73-
YUV115.1590.6695.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=25.93%
G=55.93%
B=18.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70151490.5400.680.41107.655139.22
Hex46973136044296c3327
Octal10622761660104511546347
Binary100011010010111110001110110010001001010011101100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469731; }

 p { color: rgb(70,151,49); }

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

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

 a { background-color: rgb(70,151,49); }

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

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

 span { border-color: rgb(70,151,49); }

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