#488725

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

Shades of La Palma #488725

Tints of La Palma #488725

Color information

#488725 (or 0x488725) is unknown color: approx La Palma. HEX triplet: 48, 87 and 25. RGB value is (72,135,37). Sum of RGB (Red+Green+Blue) = 72+135+37=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #488725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488725 is #B778DA. Grayscale: #696969. Windows color (decimal): -12024027 or 2459464. OLE color: 2459464.

HSL color Cylindrical-coordinate representation of color #488725: hue angle of 98.57º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #488725 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB7213537-
CMYK0.4700.730.47
HSL98.57º56.98%33.73%-
HSV(B)98.57º72.59%52.94%-
XYZ11.6718.844.77-
YUV104.9989.63104.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 135 (53.12% from 255) = 55.33%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=29.51%
G=55.33%
B=15.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135370.4700.730.4798.5756.9833.73
Hex4887252F0492F633922
Octal11020745570111571437142
Binary100100010000111100101101111010010011011111100011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488725; }

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

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

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

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

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

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

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

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