#469529

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

Shades of La Palma #469529

Tints of La Palma #469529

Color information

#469529 (or 0x469529) is unknown color: approx La Palma. HEX triplet: 46, 95 and 29. RGB value is (70,149,41). Sum of RGB (Red+Green+Blue) = 70+149+41=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #469529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469529 is #B96AD6. Grayscale: #717171. Windows color (decimal): -12151511 or 2725190. OLE color: 2725190.

HSL color Cylindrical-coordinate representation of color #469529: hue angle of 103.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469529 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB7014941-
CMYK0.5300.720.42
HSL103.89º56.84%37.25%-
HSV(B)103.89º72.48%58.43%-
XYZ13.6722.965.81-
YUV113.0787.3397.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 149 (58.59% from 255) = 57.31%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=26.92%
G=57.31%
B=15.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149410.5300.720.42103.8956.8437.25
Hex469529350482A683925
Octal10622551650110521507145
Binary100011010010101101001110101010010001010101101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469529; }

 p { color: rgb(70,149,41); }

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

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

 a { background-color: rgb(70,149,41); }

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

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

 span { border-color: rgb(70,149,41); }

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