#4D8B2F

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

Shades of La Palma #4D8B2F

Tints of La Palma #4D8B2F

Color information

#4D8B2F (or 0x4D8B2F) is unknown color: approx La Palma. HEX triplet: 4D, 8B and 2F. RGB value is (77,139,47). Sum of RGB (Red+Green+Blue) = 77+139+47=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8B2F is #B274D0. Grayscale: #6E6E6E. Windows color (decimal): -11695313 or 3115853. OLE color: 3115853.

HSL color Cylindrical-coordinate representation of color #4D8B2F: hue angle of 100.43º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D8B2F is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB7713947-
CMYK0.4500.660.45
HSL100.43º49.46%36.47%-
HSV(B)100.43º66.19%54.51%-
XYZ12.8120.255.92-
YUV109.9792.46104.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.28%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=29.28%
G=52.85%
B=17.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77139470.4500.660.45100.4349.4636.47
Hex4D8B2F2D0422D643124
Octal11521357550102551446144
Binary100110110001011101111101101010000101011011100100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,139,47); }

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

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

 a { background-color: rgb(77,139,47); }

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

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

 span { border-color: rgb(77,139,47); }

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