#478814

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

Shades of La Palma #478814

Tints of La Palma #478814

Color information

#478814 (or 0x478814) is unknown color: approx La Palma. HEX triplet: 47, 88 and 14. RGB value is (71,136,20). Sum of RGB (Red+Green+Blue) = 71+136+20=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #478814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478814 is #B877EB. Grayscale: #676767. Windows color (decimal): -12089324 or 1345607. OLE color: 1345607.

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

Color convert

RGB7113620-
CMYK0.4800.850.47
HSL93.62º74.36%30.59%-
HSV(B)93.62º85.29%53.33%-
XYZ11.53193.72-
YUV103.3480.97104.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=31.28%
G=59.91%
B=8.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136200.4800.850.4793.6274.3630.59
Hex478814300552F5e4a1f
Octal107210246001255713611237
Binary10001111000100010100110000010101011011111011110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478814; }

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

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

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

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

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

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

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

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