#4D901F

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

Shades of La Palma #4D901F

Tints of La Palma #4D901F

Color information

#4D901F (or 0x4D901F) is unknown color: approx La Palma. HEX triplet: 4D, 90 and 1F. RGB value is (77,144,31). Sum of RGB (Red+Green+Blue) = 77+144+31=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #4D901F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D901F is #B26FE0. Grayscale: #6F6F6F. Windows color (decimal): -11694049 or 2068557. OLE color: 2068557.

HSL color Cylindrical-coordinate representation of color #4D901F: hue angle of 95.58º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D901F is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB7714431-
CMYK0.4700.780.44
HSL95.58º64.57%34.31%-
HSV(B)95.58º78.47%56.47%-
XYZ13.2821.624.77-
YUV111.0882.8103.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=30.56%
G=57.14%
B=12.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77144310.4700.780.4495.5864.5734.31
Hex4D901F2F04E2C604122
Octal115220375701165414010142
Binary100110110010000111111011110100111010110011000001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,144,31); }

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

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

 a { background-color: rgb(77,144,31); }

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

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

 span { border-color: rgb(77,144,31); }

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