#488726

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

Shades of La Palma #488726

Tints of La Palma #488726

Color information

#488726 (or 0x488726) is unknown color: approx La Palma. HEX triplet: 48, 87 and 26. RGB value is (72,135,38). Sum of RGB (Red+Green+Blue) = 72+135+38=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #488726 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488726 is #B778D9. Grayscale: #696969. Windows color (decimal): -12024026 or 2525000. OLE color: 2525000.

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

Color convert

RGB7213538-
CMYK0.4700.720.47
HSL98.97º56.07%33.92%-
HSV(B)98.97º71.85%52.94%-
XYZ11.6918.854.86-
YUV105.190.13104.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=29.39%
G=55.10%
B=15.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135380.4700.720.4798.9756.0733.92
Hex4887262F0482F633822
Octal11020746570110571437042
Binary100100010000111100110101111010010001011111100011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488726; }

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

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

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

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

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

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

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

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