#4D8E30

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

Shades of La Palma #4D8E30

Tints of La Palma #4D8E30

Color information

#4D8E30 (or 0x4D8E30) is unknown color: approx La Palma. HEX triplet: 4D, 8E and 30. RGB value is (77,142,48). Sum of RGB (Red+Green+Blue) = 77+142+48=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8E30 is #B271CF. Grayscale: #707070. Windows color (decimal): -11694544 or 3182157. OLE color: 3182157.

HSL color Cylindrical-coordinate representation of color #4D8E30: hue angle of 101.49º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D8E30 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB7714248-
CMYK0.4600.660.44
HSL101.49º49.47%37.25%-
HSV(B)101.49º66.2%55.69%-
XYZ13.2721.146.18-
YUV111.8591.97103.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 142 (55.86% from 255) = 53.18%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=28.84%
G=53.18%
B=17.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77142480.4600.660.44101.4949.4737.25
Hex4D8E302E0422C653125
Octal11521660560102541456145
Binary100110110001110110000101110010000101011001100101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,48); }

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

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

 a { background-color: rgb(77,142,48); }

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

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

 span { border-color: rgb(77,142,48); }

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