#459120

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

Shades of La Palma #459120

Tints of La Palma #459120

Color information

#459120 (or 0x459120) is unknown color: approx La Palma. HEX triplet: 45, 91 and 20. RGB value is (69,145,32). Sum of RGB (Red+Green+Blue) = 69+145+32=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #459120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459120 is #BA6EDF. Grayscale: #6D6D6D. Windows color (decimal): -12218080 or 2134341. OLE color: 2134341.

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

Color convert

RGB6914532-
CMYK0.5200.780.43
HSL100.35º63.84%34.71%-
HSV(B)100.35º77.93%56.86%-
XYZ12.8421.624.86-
YUV109.3984.3299.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 145 (57.03% from 255) = 58.94%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=28.05%
G=58.94%
B=13.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69145320.5200.780.43100.3563.8434.71
Hex4591203404E2B644023
Octal105221406401165314410043
Binary1000101100100011000001101000100111010101111001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459120; }

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

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

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

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

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

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

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

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