#488614

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

Shades of La Palma #488614

Tints of La Palma #488614

Color information

#488614 (or 0x488614) is unknown color: approx La Palma. HEX triplet: 48, 86 and 14. RGB value is (72,134,20). Sum of RGB (Red+Green+Blue) = 72+134+20=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #488614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488614 is #B779EB. Grayscale: #666666. Windows color (decimal): -12024300 or 1345096. OLE color: 1345096.

HSL color Cylindrical-coordinate representation of color #488614: hue angle of 92.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488614 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB7213420-
CMYK0.4600.850.47
HSL92.63º74.03%30.2%-
HSV(B)92.63º85.07%52.55%-
XYZ11.3218.483.63-
YUV102.4781.46106.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 134 (52.73% from 255) = 59.29%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=31.86%
G=59.29%
B=8.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134200.4600.850.4792.6374.0330.2
Hex4886142E0552F5d4a1e
Octal110206245601255713511236
Binary10010001000011010100101110010101011011111011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488614; }

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

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

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

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

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

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

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

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