#488B37

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

Shades of La Palma #488B37

Tints of La Palma #488B37

Color information

#488B37 (or 0x488B37) is unknown color: approx La Palma. HEX triplet: 48, 8B and 37. RGB value is (72,139,55). Sum of RGB (Red+Green+Blue) = 72+139+55=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #488B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B37 is #B774C8. Grayscale: #6D6D6D. Windows color (decimal): -12022985 or 3640136. OLE color: 3640136.

HSL color Cylindrical-coordinate representation of color #488B37: hue angle of 107.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488B37 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB7213955-
CMYK0.4800.600.45
HSL107.86º43.3%38.04%-
HSV(B)107.86º60.43%54.51%-
XYZ12.5920.126.83-
YUV109.3997.3101.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=27.07%
G=52.26%
B=20.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139550.4800.600.45107.8643.338.04
Hex488B373003C2D6c2b26
Octal1102136760074551545346
Binary10010001000101111011111000001111001011011101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488B37; }

 p { color: rgb(72,139,55); }

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

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

 a { background-color: rgb(72,139,55); }

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

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

 span { border-color: rgb(72,139,55); }

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