#47880F

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

Shades of La Palma #47880F

Tints of La Palma #47880F

Color information

#47880F (or 0x47880F) is unknown color: approx La Palma. HEX triplet: 47, 88 and 0F. RGB value is (71,136,15). Sum of RGB (Red+Green+Blue) = 71+136+15=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #47880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47880F is #B877F0. Grayscale: #676767. Windows color (decimal): -12089329 or 1017927. OLE color: 1017927.

HSL color Cylindrical-coordinate representation of color #47880F: hue angle of 92.23º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47880F is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB7113615-
CMYK0.4800.890.47
HSL92.23º80.13%29.61%-
HSV(B)92.23º88.97%53.33%-
XYZ11.4918.983.51-
YUV102.7778.47105.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 136 (53.52% from 255) = 61.26%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=31.98%
G=61.26%
B=6.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136150.4800.890.4792.2380.1329.61
Hex4788F300592F5c501e
Octal107210176001315713412036
Binary1000111100010001111110000010110011011111011100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47880F; }

 p { color: rgb(71,136,15); }

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

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

 a { background-color: rgb(71,136,15); }

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

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

 span { border-color: rgb(71,136,15); }

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