#459530

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

Shades of La Palma #459530

Tints of La Palma #459530

Color information

#459530 (or 0x459530) is unknown color: approx La Palma. HEX triplet: 45, 95 and 30. RGB value is (69,149,48). Sum of RGB (Red+Green+Blue) = 69+149+48=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #459530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459530 is #BA6ACF. Grayscale: #717171. Windows color (decimal): -12217040 or 3183941. OLE color: 3183941.

HSL color Cylindrical-coordinate representation of color #459530: hue angle of 107.52º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459530 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB6914948-
CMYK0.5400.680.42
HSL107.52º51.27%38.63%-
HSV(B)107.52º67.79%58.43%-
XYZ13.7422.976.51-
YUV113.579196.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=25.94%
G=56.02%
B=18.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69149480.5400.680.42107.5251.2738.63
Hex459530360442A6c3327
Octal10522560660104521546347
Binary100010110010101110000110110010001001010101101100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459530; }

 p { color: rgb(69,149,48); }

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

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

 a { background-color: rgb(69,149,48); }

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

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

 span { border-color: rgb(69,149,48); }

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