#489525

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

Shades of La Palma #489525

Tints of La Palma #489525

Color information

#489525 (or 0x489525) is unknown color: approx La Palma. HEX triplet: 48, 95 and 25. RGB value is (72,149,37). Sum of RGB (Red+Green+Blue) = 72+149+37=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #489525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489525 is #B76ADA. Grayscale: #717171. Windows color (decimal): -12020443 or 2463048. OLE color: 2463048.

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

Color convert

RGB7214937-
CMYK0.5200.750.42
HSL101.25º60.22%36.47%-
HSV(B)101.25º75.17%58.43%-
XYZ13.7523.015.47-
YUV113.2184.9998.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=27.91%
G=57.75%
B=14.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149370.5200.750.42101.2560.2236.47
Hex4895253404B2A653c24
Octal11022545640113521457444
Binary100100010010101100101110100010010111010101100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489525; }

 p { color: rgb(72,149,37); }

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

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

 a { background-color: rgb(72,149,37); }

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

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

 span { border-color: rgb(72,149,37); }

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