#478E19

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

Shades of La Palma #478E19

Tints of La Palma #478E19

Color information

#478E19 (or 0x478E19) is unknown color: approx La Palma. HEX triplet: 47, 8E and 19. RGB value is (71,142,25). Sum of RGB (Red+Green+Blue) = 71+142+25=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #478E19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478E19 is #B871E6. Grayscale: #6B6B6B. Windows color (decimal): -12087783 or 1674823. OLE color: 1674823.

HSL color Cylindrical-coordinate representation of color #478E19: hue angle of 96.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #478E19 is Cyan = 0.5, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB7114225-
CMYK0.500.820.44
HSL96.41º70.06%32.75%-
HSV(B)96.41º82.39%55.69%-
XYZ12.4520.764.27-
YUV107.4381.48102.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 142 (55.86% from 255) = 59.66%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=29.83%
G=59.66%
B=10.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71142250.500.820.4496.4170.0632.75
Hex478E19320522C604621
Octal107216316201225414010641
Binary100011110001110110011100100101001010110011000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,142,25); }

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

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

 a { background-color: rgb(71,142,25); }

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

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

 span { border-color: rgb(71,142,25); }

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