#4D8C2A

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

Shades of La Palma #4D8C2A

Tints of La Palma #4D8C2A

Color information

#4D8C2A (or 0x4D8C2A) is unknown color: approx La Palma. HEX triplet: 4D, 8C and 2A. RGB value is (77,140,42). Sum of RGB (Red+Green+Blue) = 77+140+42=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8C2A is #B273D5. Grayscale: #6E6E6E. Windows color (decimal): -11695062 or 2788429. OLE color: 2788429.

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

Color convert

RGB7714042-
CMYK0.4500.70.45
HSL98.57º53.85%35.69%-
HSV(B)98.57º70%54.9%-
XYZ12.8620.55.47-
YUV109.9989.63104.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=29.73%
G=54.05%
B=16.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77140420.4500.70.4598.5753.8535.69
Hex4D8C2A2D0462D633624
Octal11521452550106551436644
Binary100110110001100101010101101010001101011011100011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,140,42); }

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

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

 a { background-color: rgb(77,140,42); }

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

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

 span { border-color: rgb(77,140,42); }

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