#479632

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

Shades of La Palma #479632

Tints of La Palma #479632

Color information

#479632 (or 0x479632) is unknown color: approx La Palma. HEX triplet: 47, 96 and 32. RGB value is (71,150,50). Sum of RGB (Red+Green+Blue) = 71+150+50=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #479632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479632 is #B869CD. Grayscale: #737373. Windows color (decimal): -12085710 or 3315271. OLE color: 3315271.

HSL color Cylindrical-coordinate representation of color #479632: hue angle of 107.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479632 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB7115050-
CMYK0.5300.670.41
HSL107.4º50%39.22%-
HSV(B)107.4º66.67%58.82%-
XYZ14.0823.386.79-
YUV114.9891.3396.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=26.20%
G=55.35%
B=18.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71150500.5300.670.41107.45039.22
Hex47963235043296b3227
Octal10722662650103511536247
Binary100011110010110110010110101010000111010011101011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479632; }

 p { color: rgb(71,150,50); }

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

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

 a { background-color: rgb(71,150,50); }

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

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

 span { border-color: rgb(71,150,50); }

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