#4F852B

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

Shades of La Palma #4F852B

Tints of La Palma #4F852B

Color information

#4F852B (or 0x4F852B) is unknown color: approx La Palma. HEX triplet: 4F, 85 and 2B. RGB value is (79,133,43). Sum of RGB (Red+Green+Blue) = 79+133+43=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #4F852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F852B is #B07AD4. Grayscale: #6A6A6A. Windows color (decimal): -11565781 or 2852175. OLE color: 2852175.

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

Color convert

RGB7913343-
CMYK0.4100.680.48
HSL96º51.14%34.51%-
HSV(B)96º67.67%52.16%-
XYZ12.0518.615.24-
YUV106.5992.11108.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=30.98%
G=52.16%
B=16.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79133430.4100.680.489651.1434.51
Hex4F852B2904430603323
Octal11720553510104601406343
Binary100111110000101101011101001010001001100001100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,43); }

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

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

 a { background-color: rgb(79,133,43); }

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

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

 span { border-color: rgb(79,133,43); }

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