#4F943A

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

Shades of La Palma #4F943A

Tints of La Palma #4F943A

Color information

#4F943A (or 0x4F943A) is unknown color: approx La Palma. HEX triplet: 4F, 94 and 3A. RGB value is (79,148,58). Sum of RGB (Red+Green+Blue) = 79+148+58=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #4F943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F943A is #B06BC5. Grayscale: #757575. Windows color (decimal): -11561926 or 3839055. OLE color: 3839055.

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

Color convert

RGB7914858-
CMYK0.4700.610.42
HSL106º43.69%40.39%-
HSV(B)106º60.81%58.04%-
XYZ14.5823.157.7-
YUV117.1194.64100.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=27.72%
G=51.93%
B=20.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79148580.4700.610.4210643.6940.39
Hex4F943A2F03D2A6a2c28
Octal1172247257075521525450
Binary10011111001010011101010111101111011010101101010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,58); }

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

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

 a { background-color: rgb(79,148,58); }

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

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

 span { border-color: rgb(79,148,58); }

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