#478518

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

Shades of La Palma #478518

Tints of La Palma #478518

Color information

#478518 (or 0x478518) is unknown color: approx La Palma. HEX triplet: 47, 85 and 18. RGB value is (71,133,24). Sum of RGB (Red+Green+Blue) = 71+133+24=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #478518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478518 is #B87AE7. Grayscale: #666666. Windows color (decimal): -12090088 or 1606983. OLE color: 1606983.

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

Color convert

RGB7113324-
CMYK0.4700.820.48
HSL94.13º69.43%30.78%-
HSV(B)94.13º81.95%52.16%-
XYZ11.1518.183.79-
YUV102.0483.96105.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=31.14%
G=58.33%
B=10.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133240.4700.820.4894.1369.4330.78
Hex4785182F052305e451f
Octal107205305701226013610537
Binary10001111000010111000101111010100101100001011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478518; }

 p { color: rgb(71,133,24); }

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

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

 a { background-color: rgb(71,133,24); }

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

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

 span { border-color: rgb(71,133,24); }

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