#469005

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

Shades of La Palma #469005

Tints of La Palma #469005

Color information

#469005 (or 0x469005) is unknown color: approx La Palma. HEX triplet: 46, 90 and 05. RGB value is (70,144,5). Sum of RGB (Red+Green+Blue) = 70+144+5=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #469005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469005 is #B96FFA. Grayscale: #6A6A6A. Windows color (decimal): -12152827 or 364614. OLE color: 364614.

HSL color Cylindrical-coordinate representation of color #469005: hue angle of 91.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #469005 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB701445-
CMYK0.5100.970.44
HSL91.94º93.29%29.22%-
HSV(B)91.94º96.53%56.47%-
XYZ12.5321.263.59-
YUV106.0370.98102.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 144 (56.64% from 255) = 65.75%
BLUE value IS 5 (2.34% from 255) = 2.28%
R=31.96%
G=65.75%
B=2.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7014450.5100.970.4491.9493.2929.22
Hex46905330612C5c5d1d
Octal10622056301415413413535
Binary100011010010000101110011011000011011001011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469005; }

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

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

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

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

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

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

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

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