#4F8434

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

Shades of La Palma #4F8434

Tints of La Palma #4F8434

Color information

#4F8434 (or 0x4F8434) is unknown color: approx La Palma. HEX triplet: 4F, 84 and 34. RGB value is (79,132,52). Sum of RGB (Red+Green+Blue) = 79+132+52=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8434 is #B07BCB. Grayscale: #6B6B6B. Windows color (decimal): -11566028 or 3441743. OLE color: 3441743.

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

Color convert

RGB7913252-
CMYK0.4000.610.48
HSL99.75º43.48%36.08%-
HSV(B)99.75º60.61%51.76%-
XYZ12.118.416.17-
YUV107.0396.94108-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=30.04%
G=50.19%
B=19.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132520.4000.610.4899.7543.4836.08
Hex4F84342803D30642b24
Octal1172046450075601445344
Binary10011111000010011010010100001111011100001100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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