#4F8425

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

Shades of La Palma #4F8425

Tints of La Palma #4F8425

Color information

#4F8425 (or 0x4F8425) is unknown color: approx La Palma. HEX triplet: 4F, 84 and 25. RGB value is (79,132,37). Sum of RGB (Red+Green+Blue) = 79+132+37=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8425 is #B07BDA. Grayscale: #696969. Windows color (decimal): -11566043 or 2458703. OLE color: 2458703.

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

Color convert

RGB7913237-
CMYK0.4000.720.48
HSL93.47º56.21%33.14%-
HSV(B)93.47º71.97%51.76%-
XYZ11.8118.34.66-
YUV105.3289.44109.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=31.85%
G=53.23%
B=14.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132370.4000.720.4893.4756.2133.14
Hex4F842528048305d3821
Octal11720445500110601357041
Binary100111110000100100101101000010010001100001011101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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