#4D8B2D

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

Shades of La Palma #4D8B2D

Tints of La Palma #4D8B2D

Color information

#4D8B2D (or 0x4D8B2D) is unknown color: approx La Palma. HEX triplet: 4D, 8B and 2D. RGB value is (77,139,45). Sum of RGB (Red+Green+Blue) = 77+139+45=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8B2D is #B274D2. Grayscale: #6E6E6E. Windows color (decimal): -11695315 or 2984781. OLE color: 2984781.

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

Color convert

RGB7713945-
CMYK0.4500.680.45
HSL99.57º51.09%36.08%-
HSV(B)99.57º67.63%54.51%-
XYZ12.7720.235.72-
YUV109.7591.46104.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 139 (54.69% from 255) = 53.26%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=29.50%
G=53.26%
B=17.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77139450.4500.680.4599.5751.0936.08
Hex4D8B2D2D0442D643324
Octal11521355550104551446344
Binary100110110001011101101101101010001001011011100100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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