#4F952E

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

Shades of La Palma #4F952E

Tints of La Palma #4F952E

Color information

#4F952E (or 0x4F952E) is unknown color: approx La Palma. HEX triplet: 4F, 95 and 2E. RGB value is (79,149,46). Sum of RGB (Red+Green+Blue) = 79+149+46=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #4F952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F952E is #B06AD1. Grayscale: #747474. Windows color (decimal): -11561682 or 3052879. OLE color: 3052879.

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

Color convert

RGB7914946-
CMYK0.4700.690.42
HSL100.78º52.82%38.24%-
HSV(B)100.78º69.13%58.43%-
XYZ14.4723.356.33-
YUV116.3388.31101.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=28.83%
G=54.38%
B=16.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79149460.4700.690.42100.7852.8238.24
Hex4F952E2F0452A653526
Octal11722556570105521456546
Binary100111110010101101110101111010001011010101100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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