#4D931F

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

Shades of La Palma #4D931F

Tints of La Palma #4D931F

Color information

#4D931F (or 0x4D931F) is unknown color: approx La Palma. HEX triplet: 4D, 93 and 1F. RGB value is (77,147,31). Sum of RGB (Red+Green+Blue) = 77+147+31=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #4D931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D931F is #B26CE0. Grayscale: #717171. Windows color (decimal): -11693281 or 2069325. OLE color: 2069325.

HSL color Cylindrical-coordinate representation of color #4D931F: hue angle of 96.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D931F is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB7714731-
CMYK0.4800.790.42
HSL96.21º65.17%34.9%-
HSV(B)96.21º78.91%57.65%-
XYZ13.7422.544.92-
YUV112.8581.81102.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=30.20%
G=57.65%
B=12.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77147310.4800.790.4296.2165.1734.9
Hex4D931F3004F2A604123
Octal115223376001175214010143
Binary100110110010011111111100000100111110101011000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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