#478134

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

Shades of La Palma #478134

Tints of La Palma #478134

Color information

#478134 (or 0x478134) is unknown color: approx La Palma. HEX triplet: 47, 81 and 34. RGB value is (71,129,52). Sum of RGB (Red+Green+Blue) = 71+129+52=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #478134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478134 is #B87ECB. Grayscale: #676767. Windows color (decimal): -12091084 or 3440967. OLE color: 3440967.

HSL color Cylindrical-coordinate representation of color #478134: hue angle of 105.19º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478134 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB7112952-
CMYK0.4500.600.49
HSL105.19º42.54%35.49%-
HSV(B)105.19º59.69%50.59%-
XYZ11.0717.296-
YUV102.8899.28105.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=28.17%
G=51.19%
B=20.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71129520.4500.600.49105.1942.5435.49
Hex4781342D03C31692b23
Octal1072016455074611515343
Binary10001111000000111010010110101111001100011101001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478134; }

 p { color: rgb(71,129,52); }

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

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

 a { background-color: rgb(71,129,52); }

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

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

 span { border-color: rgb(71,129,52); }

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