#4F8925

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

Shades of La Palma #4F8925

Tints of La Palma #4F8925

Color information

#4F8925 (or 0x4F8925) is unknown color: approx La Palma. HEX triplet: 4F, 89 and 25. RGB value is (79,137,37). Sum of RGB (Red+Green+Blue) = 79+137+37=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8925 is #B076DA. Grayscale: #6C6C6C. Windows color (decimal): -11564763 or 2459983. OLE color: 2459983.

HSL color Cylindrical-coordinate representation of color #4F8925: hue angle of 94.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F8925 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB7913737-
CMYK0.4200.730.46
HSL94.8º57.47%34.12%-
HSV(B)94.8º72.99%53.73%-
XYZ12.519.694.89-
YUV108.2687.78107.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.23%
GREEN value IS 137 (53.91% from 255) = 54.15%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=31.23%
G=54.15%
B=14.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79137370.4200.730.4694.857.4734.12
Hex4F89252A0492E5f3922
Octal11721145520111561377142
Binary100111110001001100101101010010010011011101011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,137,37); }

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

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

 a { background-color: rgb(79,137,37); }

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

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

 span { border-color: rgb(79,137,37); }

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