#4F842F

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

Shades of La Palma #4F842F

Tints of La Palma #4F842F

Color information

#4F842F (or 0x4F842F) is unknown color: approx La Palma. HEX triplet: 4F, 84 and 2F. RGB value is (79,132,47). Sum of RGB (Red+Green+Blue) = 79+132+47=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #4F842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F842F is #B07BD0. Grayscale: #6A6A6A. Windows color (decimal): -11566033 or 3114063. OLE color: 3114063.

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

Color convert

RGB7913247-
CMYK0.4000.640.48
HSL97.41º47.49%35.1%-
HSV(B)97.41º64.39%51.76%-
XYZ11.9918.375.6-
YUV106.4694.44108.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=30.62%
G=51.16%
B=18.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132470.4000.640.4897.4147.4935.1
Hex4F842F2804030612f23
Octal11720457500100601415743
Binary100111110000100101111101000010000001100001100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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