#478226

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

Shades of La Palma #478226

Tints of La Palma #478226

Color information

#478226 (or 0x478226) is unknown color: approx La Palma. HEX triplet: 47, 82 and 26. RGB value is (71,130,38). Sum of RGB (Red+Green+Blue) = 71+130+38=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #478226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478226 is #B87DD9. Grayscale: #666666. Windows color (decimal): -12090842 or 2523719. OLE color: 2523719.

HSL color Cylindrical-coordinate representation of color #478226: hue angle of 98.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478226 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB7113038-
CMYK0.4500.710.49
HSL98.48º54.76%32.94%-
HSV(B)98.48º70.77%50.98%-
XYZ10.9317.444.62-
YUV101.8791.95105.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=29.71%
G=54.39%
B=15.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130380.4500.710.4998.4854.7632.94
Hex4782262D04731623721
Octal10720246550107611426741
Binary100011110000010100110101101010001111100011100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478226; }

 p { color: rgb(71,130,38); }

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

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

 a { background-color: rgb(71,130,38); }

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

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

 span { border-color: rgb(71,130,38); }

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