#469019

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

Shades of La Palma #469019

Tints of La Palma #469019

Color information

#469019 (or 0x469019) is unknown color: approx La Palma. HEX triplet: 46, 90 and 19. RGB value is (70,144,25). Sum of RGB (Red+Green+Blue) = 70+144+25=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #469019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469019 is #B96FE6. Grayscale: #6C6C6C. Windows color (decimal): -12152807 or 1675334. OLE color: 1675334.

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

Color convert

RGB7014425-
CMYK0.5100.830.44
HSL97.31º70.41%33.14%-
HSV(B)97.31º82.64%56.47%-
XYZ12.6721.324.37-
YUV108.3180.98100.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 144 (56.64% from 255) = 60.25%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=29.29%
G=60.25%
B=10.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144250.5100.830.4497.3170.4133.14
Hex469019330532C614621
Octal106220316301235414110641
Binary100011010010000110011100110101001110110011000011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469019; }

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

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

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

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

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

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

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

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