#478A1D

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

Shades of La Palma #478A1D

Tints of La Palma #478A1D

Color information

#478A1D (or 0x478A1D) is unknown color: approx La Palma. HEX triplet: 47, 8A and 1D. RGB value is (71,138,29). Sum of RGB (Red+Green+Blue) = 71+138+29=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #478A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A1D is #B875E2. Grayscale: #696969. Windows color (decimal): -12088803 or 1935943. OLE color: 1935943.

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

Color convert

RGB7113829-
CMYK0.4900.790.46
HSL96.88º65.27%32.75%-
HSV(B)96.88º78.99%54.12%-
XYZ11.9119.614.32-
YUV105.5484.8103.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 138 (54.30% from 255) = 57.98%
BLUE value IS 29 (11.72% from 255) = 12.18%
R=29.83%
G=57.98%
B=12.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71138290.4900.790.4696.8865.2732.75
Hex478A1D3104F2E614121
Octal107212356101175614110141
Binary100011110001010111011100010100111110111011000011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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