#469509

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

Shades of La Palma #469509

Tints of La Palma #469509

Color information

#469509 (or 0x469509) is unknown color: approx La Palma. HEX triplet: 46, 95 and 09. RGB value is (70,149,9). Sum of RGB (Red+Green+Blue) = 70+149+9=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #469509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469509 is #B96AF6. Grayscale: #6D6D6D. Windows color (decimal): -12151543 or 628038. OLE color: 628038.

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

Color convert

RGB701499-
CMYK0.5300.940.42
HSL93.86º88.61%30.98%-
HSV(B)93.86º93.96%58.43%-
XYZ13.3222.823.96-
YUV109.4271.3399.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 149 (58.59% from 255) = 65.35%
BLUE value IS 9 (3.91% from 255) = 3.95%
R=30.70%
G=65.35%
B=3.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7014990.5300.940.4293.8688.6130.98
Hex469593505E2A5e591f
Octal106225116501365213613137
Binary1000110100101011001110101010111101010101011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469509; }

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

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

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

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

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

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

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

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