#469130

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

Shades of La Palma #469130

Tints of La Palma #469130

Color information

#469130 (or 0x469130) is unknown color: approx La Palma. HEX triplet: 46, 91 and 30. RGB value is (70,145,48). Sum of RGB (Red+Green+Blue) = 70+145+48=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #469130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469130 is #B96ECF. Grayscale: #6F6F6F. Windows color (decimal): -12152528 or 3182918. OLE color: 3182918.

HSL color Cylindrical-coordinate representation of color #469130: hue angle of 106.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469130 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB7014548-
CMYK0.5200.670.43
HSL106.39º50.26%37.84%-
HSV(B)106.39º66.9%56.86%-
XYZ13.1821.776.3-
YUV111.5292.1598.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=26.62%
G=55.13%
B=18.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145480.5200.670.43106.3950.2637.84
Hex469130340432B6a3226
Octal10622160640103531526246
Binary100011010010001110000110100010000111010111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469130; }

 p { color: rgb(70,145,48); }

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

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

 a { background-color: rgb(70,145,48); }

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

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

 span { border-color: rgb(70,145,48); }

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