#469222

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

Shades of La Palma #469222

Tints of La Palma #469222

Color information

#469222 (or 0x469222) is unknown color: approx La Palma. HEX triplet: 46, 92 and 22. RGB value is (70,146,34). Sum of RGB (Red+Green+Blue) = 70+146+34=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #469222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469222 is #B96DDD. Grayscale: #6E6E6E. Windows color (decimal): -12152286 or 2265670. OLE color: 2265670.

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

Color convert

RGB7014634-
CMYK0.5200.770.43
HSL100.71º62.22%35.29%-
HSV(B)100.71º76.71%57.25%-
XYZ13.0921.985.06-
YUV110.5184.8299.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 146 (57.42% from 255) = 58.4%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=28%
G=58.4%
B=13.6%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70146340.5200.770.43100.7162.2235.29
Hex4692223404D2B653e23
Octal10622242640115531457643
Binary100011010010010100010110100010011011010111100101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469222; }

 p { color: rgb(70,146,34); }

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

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

 a { background-color: rgb(70,146,34); }

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

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

 span { border-color: rgb(70,146,34); }

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