#488518

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

Shades of La Palma #488518

Tints of La Palma #488518

Color information

#488518 (or 0x488518) is unknown color: approx La Palma. HEX triplet: 48, 85 and 18. RGB value is (72,133,24). Sum of RGB (Red+Green+Blue) = 72+133+24=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #488518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488518 is #B77AE7. Grayscale: #666666. Windows color (decimal): -12024552 or 1606984. OLE color: 1606984.

HSL color Cylindrical-coordinate representation of color #488518: hue angle of 93.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #488518 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB7213324-
CMYK0.4600.820.48
HSL93.58º69.43%30.78%-
HSV(B)93.58º81.95%52.16%-
XYZ11.2218.223.79-
YUV102.3483.79106.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=31.44%
G=58.08%
B=10.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133240.4600.820.4893.5869.4330.78
Hex4885182E052305e451f
Octal110205305601226013610537
Binary10010001000010111000101110010100101100001011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488518; }

 p { color: rgb(72,133,24); }

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

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

 a { background-color: rgb(72,133,24); }

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

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

 span { border-color: rgb(72,133,24); }

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