#478A1F

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

Shades of La Palma #478A1F

Tints of La Palma #478A1F

Color information

#478A1F (or 0x478A1F) is unknown color: approx La Palma. HEX triplet: 47, 8A and 1F. RGB value is (71,138,31). Sum of RGB (Red+Green+Blue) = 71+138+31=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #478A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A1F is #B875E0. Grayscale: #6A6A6A. Windows color (decimal): -12088801 or 2067015. OLE color: 2067015.

HSL color Cylindrical-coordinate representation of color #478A1F: hue angle of 97.57º degrees, saturation: 0.63, 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 #478A1F is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB7113831-
CMYK0.4900.780.46
HSL97.57º63.31%33.14%-
HSV(B)97.57º77.54%54.12%-
XYZ11.9319.624.45-
YUV105.7785.8103.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=29.58%
G=57.5%
B=12.92%

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
Decimal71138310.4900.780.4697.5763.3133.14
Hex478A1F3104E2E623f21
Octal10721237610116561427741
Binary10001111000101011111110001010011101011101100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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