#478F10

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

Shades of La Palma #478F10

Tints of La Palma #478F10

Color information

#478F10 (or 0x478F10) is unknown color: approx La Palma. HEX triplet: 47, 8F and 10. RGB value is (71,143,16). Sum of RGB (Red+Green+Blue) = 71+143+16=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #478F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478F10 is #B870EF. Grayscale: #6B6B6B. Windows color (decimal): -12087536 or 1085255. OLE color: 1085255.

HSL color Cylindrical-coordinate representation of color #478F10: hue angle of 94.02º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #478F10 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB7114316-
CMYK0.5000.890.44
HSL94.02º79.87%31.18%-
HSV(B)94.02º88.81%56.08%-
XYZ12.5121.023.89-
YUV106.9976.65102.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 143 (56.25% from 255) = 62.17%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=30.87%
G=62.17%
B=6.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143160.5000.890.4494.0279.8731.18
Hex478F10320592C5e501f
Octal107217206201315413612037
Binary10001111000111110000110010010110011011001011110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478F10; }

 p { color: rgb(71,143,16); }

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

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

 a { background-color: rgb(71,143,16); }

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

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

 span { border-color: rgb(71,143,16); }

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