#478D21

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

Shades of La Palma #478D21

Tints of La Palma #478D21

Color information

#478D21 (or 0x478D21) is unknown color: approx La Palma. HEX triplet: 47, 8D and 21. RGB value is (71,141,33). Sum of RGB (Red+Green+Blue) = 71+141+33=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #478D21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D21 is #B872DE. Grayscale: #6C6C6C. Windows color (decimal): -12088031 or 2198855. OLE color: 2198855.

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

Color convert

RGB7114133-
CMYK0.5000.770.45
HSL98.89º62.07%34.12%-
HSV(B)98.89º76.6%55.29%-
XYZ12.420.54.74-
YUV107.7685.81101.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=28.98%
G=57.55%
B=13.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141330.5000.770.4598.8962.0734.12
Hex478D213204D2D633e22
Octal10721541620115551437642
Binary100011110001101100001110010010011011011011100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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