#488B14

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

Shades of La Palma #488B14

Tints of La Palma #488B14

Color information

#488B14 (or 0x488B14) is unknown color: approx La Palma. HEX triplet: 48, 8B and 14. RGB value is (72,139,20). Sum of RGB (Red+Green+Blue) = 72+139+20=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #488B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B14 is #B774EB. Grayscale: #696969. Windows color (decimal): -12023020 or 1346376. OLE color: 1346376.

HSL color Cylindrical-coordinate representation of color #488B14: hue angle of 93.78º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #488B14 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB7213920-
CMYK0.4800.860.45
HSL93.78º74.84%31.18%-
HSV(B)93.78º85.61%54.51%-
XYZ12.0319.893.87-
YUV105.479.8104.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 139 (54.69% from 255) = 60.17%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=31.17%
G=60.17%
B=8.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139200.4800.860.4593.7874.8431.18
Hex488B14300562D5e4b1f
Octal110213246001265513611337
Binary10010001000101110100110000010101101011011011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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