#478D26

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

Shades of La Palma #478D26

Tints of La Palma #478D26

Color information

#478D26 (or 0x478D26) is unknown color: approx La Palma. HEX triplet: 47, 8D and 26. RGB value is (71,141,38). Sum of RGB (Red+Green+Blue) = 71+141+38=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #478D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D26 is #B872D9. Grayscale: #6C6C6C. Windows color (decimal): -12088026 or 2526535. OLE color: 2526535.

HSL color Cylindrical-coordinate representation of color #478D26: hue angle of 100.78º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #478D26 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB7114138-
CMYK0.5000.730.45
HSL100.78º57.54%35.1%-
HSV(B)100.78º73.05%55.29%-
XYZ12.4720.535.14-
YUV108.3388.31101.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=28.4%
G=56.4%
B=15.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141380.5000.730.45100.7857.5435.1
Hex478D26320492D653a23
Octal10721546620111551457243
Binary100011110001101100110110010010010011011011100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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