#469139

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

Shades of La Palma #469139

Tints of La Palma #469139

Color information

#469139 (or 0x469139) is unknown color: approx La Palma. HEX triplet: 46, 91 and 39. RGB value is (70,145,57). Sum of RGB (Red+Green+Blue) = 70+145+57=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #469139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469139 is #B96EC6. Grayscale: #707070. Windows color (decimal): -12152519 or 3772742. OLE color: 3772742.

HSL color Cylindrical-coordinate representation of color #469139: hue angle of 111.14º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #469139 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB7014557-
CMYK0.5200.610.43
HSL111.14º43.56%39.61%-
HSV(B)111.14º60.69%56.86%-
XYZ13.3921.857.38-
YUV112.5496.6597.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=25.74%
G=53.31%
B=20.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145570.5200.610.43111.1443.5639.61
Hex4691393403D2B6f2c28
Octal1062217164075531575450
Binary10001101001000111100111010001111011010111101111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469139; }

 p { color: rgb(70,145,57); }

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

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

 a { background-color: rgb(70,145,57); }

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

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

 span { border-color: rgb(70,145,57); }

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