#4F962E

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

Shades of La Palma #4F962E

Tints of La Palma #4F962E

Color information

#4F962E (or 0x4F962E) is unknown color: approx La Palma. HEX triplet: 4F, 96 and 2E. RGB value is (79,150,46). Sum of RGB (Red+Green+Blue) = 79+150+46=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #4F962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F962E is #B069D1. Grayscale: #757575. Windows color (decimal): -11561426 or 3053135. OLE color: 3053135.

HSL color Cylindrical-coordinate representation of color #4F962E: hue angle of 100.96º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F962E is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB7915046-
CMYK0.4700.690.41
HSL100.96º53.06%38.43%-
HSV(B)100.96º69.33%58.82%-
XYZ14.6223.676.38-
YUV116.9287.98100.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.73%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=28.73%
G=54.55%
B=16.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79150460.4700.690.41100.9653.0638.43
Hex4F962E2F04529653526
Octal11722656570105511456546
Binary100111110010110101110101111010001011010011100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,46); }

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

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

 a { background-color: rgb(79,150,46); }

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

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

 span { border-color: rgb(79,150,46); }

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