#469422

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

Shades of La Palma #469422

Tints of La Palma #469422

Color information

#469422 (or 0x469422) is unknown color: approx La Palma. HEX triplet: 46, 94 and 22. RGB value is (70,148,34). Sum of RGB (Red+Green+Blue) = 70+148+34=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #469422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469422 is #B96BDD. Grayscale: #707070. Windows color (decimal): -12151774 or 2266182. OLE color: 2266182.

HSL color Cylindrical-coordinate representation of color #469422: hue angle of 101.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #469422 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB7014834-
CMYK0.5300.770.42
HSL101.05º62.64%35.69%-
HSV(B)101.05º77.03%58.04%-
XYZ13.422.65.17-
YUV111.6884.1698.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=27.78%
G=58.73%
B=13.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70148340.5300.770.42101.0562.6435.69
Hex4694223504D2A653f24
Octal10622442650115521457744
Binary100011010010100100010110101010011011010101100101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469422; }

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

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

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

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

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

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

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

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