#478030

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

Shades of La Palma #478030

Tints of La Palma #478030

Color information

#478030 (or 0x478030) is unknown color: approx La Palma. HEX triplet: 47, 80 and 30. RGB value is (71,128,48). Sum of RGB (Red+Green+Blue) = 71+128+48=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #478030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478030 is #B87FCF. Grayscale: #666666. Windows color (decimal): -12091344 or 3178567. OLE color: 3178567.

HSL color Cylindrical-coordinate representation of color #478030: hue angle of 102.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478030 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB7112848-
CMYK0.4500.620.50
HSL102.75º45.45%34.51%-
HSV(B)102.75º62.5%50.2%-
XYZ10.8516.995.5-
YUV101.8497.62106-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=28.74%
G=51.82%
B=19.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128480.4500.620.50102.7545.4534.51
Hex4780302D03E32672d23
Octal1072006055076621475543
Binary10001111000000011000010110101111101100101100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478030; }

 p { color: rgb(71,128,48); }

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

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

 a { background-color: rgb(71,128,48); }

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

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

 span { border-color: rgb(71,128,48); }

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