#469530

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

Shades of La Palma #469530

Tints of La Palma #469530

Color information

#469530 (or 0x469530) is unknown color: approx La Palma. HEX triplet: 46, 95 and 30. RGB value is (70,149,48). Sum of RGB (Red+Green+Blue) = 70+149+48=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #469530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469530 is #B96ACF. Grayscale: #727272. Windows color (decimal): -12151504 or 3183942. OLE color: 3183942.

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

Color convert

RGB7014948-
CMYK0.5300.680.42
HSL106.93º51.27%38.63%-
HSV(B)106.93º67.79%58.43%-
XYZ13.8123.016.51-
YUV113.8690.8396.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=26.22%
G=55.81%
B=17.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149480.5300.680.42106.9351.2738.63
Hex469530350442A6b3327
Octal10622560650104521536347
Binary100011010010101110000110101010001001010101101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469530; }

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

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

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

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

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

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

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

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