#469505

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

Shades of La Palma #469505

Tints of La Palma #469505

Color information

#469505 (or 0x469505) is unknown color: approx La Palma. HEX triplet: 46, 95 and 05. RGB value is (70,149,5). Sum of RGB (Red+Green+Blue) = 70+149+5=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #469505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469505 is #B96AFA. Grayscale: #6D6D6D. Windows color (decimal): -12151547 or 365894. OLE color: 365894.

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

Color convert

RGB701495-
CMYK0.5300.970.42
HSL92.92º93.51%30.2%-
HSV(B)92.92º96.64%58.43%-
XYZ13.322.813.84-
YUV108.9669.33100.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 149 (58.59% from 255) = 66.52%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=31.25%
G=66.52%
B=2.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7014950.5300.970.4292.9293.5130.2
Hex46955350612A5d5e1e
Octal10622556501415213513636
Binary100011010010101101110101011000011010101011101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469505; }

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

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

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

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

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

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

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

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