#478B2A

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

Shades of La Palma #478B2A

Tints of La Palma #478B2A

Color information

#478B2A (or 0x478B2A) is unknown color: approx La Palma. HEX triplet: 47, 8B and 2A. RGB value is (71,139,42). Sum of RGB (Red+Green+Blue) = 71+139+42=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #478B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478B2A is #B874D5. Grayscale: #6B6B6B. Windows color (decimal): -12088534 or 2788167. OLE color: 2788167.

HSL color Cylindrical-coordinate representation of color #478B2A: hue angle of 102.06º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478B2A is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB7113942-
CMYK0.4900.700.45
HSL102.06º53.59%35.49%-
HSV(B)102.06º69.78%54.51%-
XYZ12.2519.975.4-
YUV107.6190.97101.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=28.17%
G=55.16%
B=16.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71139420.4900.700.45102.0653.5935.49
Hex478B2A310462D663623
Octal10721352610106551466643
Binary100011110001011101010110001010001101011011100110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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