#459220

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

Shades of La Palma #459220

Tints of La Palma #459220

Color information

#459220 (or 0x459220) is unknown color: approx La Palma. HEX triplet: 45, 92 and 20. RGB value is (69,146,32). Sum of RGB (Red+Green+Blue) = 69+146+32=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #459220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459220 is #BA6DDF. Grayscale: #6E6E6E. Windows color (decimal): -12217824 or 2134597. OLE color: 2134597.

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

Color convert

RGB6914632-
CMYK0.5300.780.43
HSL100.53º64.04%34.9%-
HSV(B)100.53º78.08%57.25%-
XYZ12.9921.934.91-
YUV109.9883.9998.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=27.94%
G=59.11%
B=12.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146320.5300.780.43100.5364.0434.9
Hex4592203504E2B654023
Octal105222406501165314510043
Binary1000101100100101000001101010100111010101111001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459220; }

 p { color: rgb(69,146,32); }

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

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

 a { background-color: rgb(69,146,32); }

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

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

 span { border-color: rgb(69,146,32); }

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