#4F8932

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

Shades of La Palma #4F8932

Tints of La Palma #4F8932

Color information

#4F8932 (or 0x4F8932) is unknown color: approx La Palma. HEX triplet: 4F, 89 and 32. RGB value is (79,137,50). Sum of RGB (Red+Green+Blue) = 79+137+50=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8932 is #B076CD. Grayscale: #6E6E6E. Windows color (decimal): -11564750 or 3311951. OLE color: 3311951.

HSL color Cylindrical-coordinate representation of color #4F8932: hue angle of 100º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8932 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB7913750-
CMYK0.4200.640.46
HSL100º46.52%36.67%-
HSV(B)100º63.5%53.73%-
XYZ12.7519.786.16-
YUV109.7494.28106.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.70%
GREEN value IS 137 (53.91% from 255) = 51.50%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=29.70%
G=51.50%
B=18.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79137500.4200.640.4610046.5236.67
Hex4F89322A0402E642f25
Octal11721162520100561445745
Binary100111110001001110010101010010000001011101100100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F8932; }

 p { color: rgb(79,137,50); }

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

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

 a { background-color: rgb(79,137,50); }

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

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

 span { border-color: rgb(79,137,50); }

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