#469c2e

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

Shades of La Palma #469C2E

Tints of La Palma #469C2E

Color information

#469C2E (or 0x469C2E) is unknown color: approx La Palma. HEX triplet: 46, 9C and 2E. RGB value is (70,156,46). Sum of RGB (Red+Green+Blue) = 70+156+46=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #469C2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C2E is #B963D1. Grayscale: #767676. Windows color (decimal): -12149714 or 3054662. OLE color: 3054662.

HSL color Cylindrical-coordinate representation of color #469C2E: hue angle of 106.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469C2E is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB7015646-
CMYK0.5500.710.39
HSL106.91º54.46%39.61%-
HSV(B)106.91º70.51%61.18%-
XYZ14.9125.286.68-
YUV117.7587.5193.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 156 (61.33% from 255) = 57.35%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=25.74%
G=57.35%
B=16.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70156460.5500.710.39106.9154.4639.61
Hex469C2E37047276b3628
Octal10623456670107471536650
Binary100011010011100101110110111010001111001111101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469c2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469c2e; }

 p { color: rgb(70,156,46); }

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

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

 a { background-color: rgb(70,156,46); }

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

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

 span { border-color: rgb(70,156,46); }

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