#4F842D

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

Shades of La Palma #4F842D

Tints of La Palma #4F842D

Color information

#4F842D (or 0x4F842D) is unknown color: approx La Palma. HEX triplet: 4F, 84 and 2D. RGB value is (79,132,45). Sum of RGB (Red+Green+Blue) = 79+132+45=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #4F842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F842D is #B07BD2. Grayscale: #6A6A6A. Windows color (decimal): -11566035 or 2982991. OLE color: 2982991.

HSL color Cylindrical-coordinate representation of color #4F842D: hue angle of 96.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F842D is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB7913245-
CMYK0.4000.660.48
HSL96.55º49.15%34.71%-
HSV(B)96.55º65.91%51.76%-
XYZ11.9518.355.4-
YUV106.2393.44108.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=30.86%
G=51.56%
B=17.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132450.4000.660.4896.5549.1534.71
Hex4F842D2804230613123
Octal11720455500102601416143
Binary100111110000100101101101000010000101100001100001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,45); }

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

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

 a { background-color: rgb(79,132,45); }

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

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

 span { border-color: rgb(79,132,45); }

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