#488F0C

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

Shades of La Palma #488F0C

Tints of La Palma #488F0C

Color information

#488F0C (or 0x488F0C) is unknown color: approx La Palma. HEX triplet: 48, 8F and 0C. RGB value is (72,143,12). Sum of RGB (Red+Green+Blue) = 72+143+12=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #488F0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488F0C is #B770F3. Grayscale: #6B6B6B. Windows color (decimal): -12022004 or 823112. OLE color: 823112.

HSL color Cylindrical-coordinate representation of color #488F0C: hue angle of 92.52º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #488F0C is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB7214312-
CMYK0.5000.920.44
HSL92.52º84.52%30.39%-
HSV(B)92.52º91.61%56.08%-
XYZ12.5621.053.75-
YUV106.8474.48103.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 143 (56.25% from 255) = 63.00%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=31.72%
G=63.00%
B=5.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72143120.5000.920.4492.5284.5230.39
Hex488FC3205C2C5d551e
Octal110217146201345413512536
Binary1001000100011111100110010010111001011001011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,143,12); }

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

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

 a { background-color: rgb(72,143,12); }

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

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

 span { border-color: rgb(72,143,12); }

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