#478B1F

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

Shades of La Palma #478B1F

Tints of La Palma #478B1F

Color information

#478B1F (or 0x478B1F) is unknown color: approx La Palma. HEX triplet: 47, 8B and 1F. RGB value is (71,139,31). Sum of RGB (Red+Green+Blue) = 71+139+31=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #478B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478B1F is #B874E0. Grayscale: #6A6A6A. Windows color (decimal): -12088545 or 2067271. OLE color: 2067271.

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

Color convert

RGB7113931-
CMYK0.4900.780.45
HSL97.78º63.53%33.33%-
HSV(B)97.78º77.7%54.51%-
XYZ12.0819.94.5-
YUV106.3685.47102.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 31 (12.5% from 255) = 12.86%
R=29.46%
G=57.68%
B=12.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71139310.4900.780.4597.7863.5333.33
Hex478B1F3104E2D624021
Octal107213376101165514210041
Binary100011110001011111111100010100111010110111000101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,139,31); }

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

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

 a { background-color: rgb(71,139,31); }

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

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

 span { border-color: rgb(71,139,31); }

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