#479430

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

Shades of La Palma #479430

Tints of La Palma #479430

Color information

#479430 (or 0x479430) is unknown color: approx La Palma. HEX triplet: 47, 94 and 30. RGB value is (71,148,48). Sum of RGB (Red+Green+Blue) = 71+148+48=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #479430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479430 is #B86BCF. Grayscale: #717171. Windows color (decimal): -12086224 or 3183687. OLE color: 3183687.

HSL color Cylindrical-coordinate representation of color #479430: hue angle of 106.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479430 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB7114848-
CMYK0.5200.680.42
HSL106.2º51.02%38.43%-
HSV(B)106.2º67.57%58.04%-
XYZ13.7222.736.46-
YUV113.5890.9997.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=26.59%
G=55.43%
B=17.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148480.5200.680.42106.251.0238.43
Hex479430340442A6a3326
Octal10722460640104521526346
Binary100011110010100110000110100010001001010101101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479430; }

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

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

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

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

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

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

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

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