#478A1E

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

Shades of La Palma #478A1E

Tints of La Palma #478A1E

Color information

#478A1E (or 0x478A1E) is unknown color: approx La Palma. HEX triplet: 47, 8A and 1E. RGB value is (71,138,30). Sum of RGB (Red+Green+Blue) = 71+138+30=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #478A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A1E is #B875E1. Grayscale: #6A6A6A. Windows color (decimal): -12088802 or 2001479. OLE color: 2001479.

HSL color Cylindrical-coordinate representation of color #478A1E: hue angle of 97.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #478A1E is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB7113830-
CMYK0.4900.780.46
HSL97.22º64.29%32.94%-
HSV(B)97.22º78.26%54.12%-
XYZ11.9219.614.39-
YUV105.6685.3103.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 138 (54.30% from 255) = 57.74%
BLUE value IS 30 (12.11% from 255) = 12.55%
R=29.71%
G=57.74%
B=12.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71138300.4900.780.4697.2264.2932.94
Hex478A1E3104E2E614021
Octal107212366101165614110041
Binary100011110001010111101100010100111010111011000011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,30); }

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

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

 a { background-color: rgb(71,138,30); }

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

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

 span { border-color: rgb(71,138,30); }

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