#478B0F

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

Shades of La Palma #478B0F

Tints of La Palma #478B0F

Color information

#478B0F (or 0x478B0F) is unknown color: approx La Palma. HEX triplet: 47, 8B and 0F. RGB value is (71,139,15). Sum of RGB (Red+Green+Blue) = 71+139+15=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #478B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478B0F is #B874F0. Grayscale: #686868. Windows color (decimal): -12088561 or 1018695. OLE color: 1018695.

HSL color Cylindrical-coordinate representation of color #478B0F: hue angle of 92.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #478B0F is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB7113915-
CMYK0.4900.890.45
HSL92.9º80.52%30.2%-
HSV(B)92.9º89.21%54.51%-
XYZ11.9219.843.65-
YUV104.5377.47104.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=31.56%
G=61.78%
B=6.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71139150.4900.890.4592.980.5230.2
Hex478BF310592D5d511e
Octal107213176101315513512136
Binary1000111100010111111110001010110011011011011101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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