#479030

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

Shades of La Palma #479030

Tints of La Palma #479030

Color information

#479030 (or 0x479030) is unknown color: approx La Palma. HEX triplet: 47, 90 and 30. RGB value is (71,144,48). Sum of RGB (Red+Green+Blue) = 71+144+48=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #479030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479030 is #B86FCF. Grayscale: #6F6F6F. Windows color (decimal): -12087248 or 3182663. OLE color: 3182663.

HSL color Cylindrical-coordinate representation of color #479030: hue angle of 105.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479030 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB7114448-
CMYK0.5100.670.44
HSL105.62º50%37.65%-
HSV(B)105.62º66.67%56.47%-
XYZ13.1121.56.26-
YUV111.2392.3299.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=27.00%
G=54.75%
B=18.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144480.5100.670.44105.625037.65
Hex479030330432C6a3226
Octal10722060630103541526246
Binary100011110010000110000110011010000111011001101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479030; }

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

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

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

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

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

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

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

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