#489222

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

Shades of La Palma #489222

Tints of La Palma #489222

Color information

#489222 (or 0x489222) is unknown color: approx La Palma. HEX triplet: 48, 92 and 22. RGB value is (72,146,34). Sum of RGB (Red+Green+Blue) = 72+146+34=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #489222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489222 is #B76DDD. Grayscale: #6F6F6F. Windows color (decimal): -12021214 or 2265672. OLE color: 2265672.

HSL color Cylindrical-coordinate representation of color #489222: hue angle of 99.64º 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 #489222 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB7214634-
CMYK0.5100.770.43
HSL99.64º62.22%35.29%-
HSV(B)99.64º76.71%57.25%-
XYZ13.2422.055.07-
YUV111.1184.48100.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 57.94%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=28.57%
G=57.94%
B=13.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146340.5100.770.4399.6462.2235.29
Hex4892223304D2B643e23
Octal11022242630115531447643
Binary100100010010010100010110011010011011010111100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489222; }

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

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

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

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

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

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

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

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