#4F842A

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

Shades of La Palma #4F842A

Tints of La Palma #4F842A

Color information

#4F842A (or 0x4F842A) is unknown color: approx La Palma. HEX triplet: 4F, 84 and 2A. RGB value is (79,132,42). Sum of RGB (Red+Green+Blue) = 79+132+42=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #4F842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F842A is #B07BD5. Grayscale: #6A6A6A. Windows color (decimal): -11566038 or 2786383. OLE color: 2786383.

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

Color convert

RGB7913242-
CMYK0.4000.680.48
HSL95.33º51.72%34.12%-
HSV(B)95.33º68.18%51.76%-
XYZ11.8918.335.1-
YUV105.8991.94108.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=31.23%
G=52.17%
B=16.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132420.4000.680.4895.3351.7234.12
Hex4F842A28044305f3422
Octal11720452500104601376442
Binary100111110000100101010101000010001001100001011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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