#4D931E

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

Shades of La Palma #4D931E

Tints of La Palma #4D931E

Color information

#4D931E (or 0x4D931E) is unknown color: approx La Palma. HEX triplet: 4D, 93 and 1E. RGB value is (77,147,30). Sum of RGB (Red+Green+Blue) = 77+147+30=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #4D931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D931E is #B26CE1. Grayscale: #717171. Windows color (decimal): -11693282 or 2003789. OLE color: 2003789.

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

Color convert

RGB7714730-
CMYK0.4800.800.42
HSL95.9º66.1%34.71%-
HSV(B)95.9º79.59%57.65%-
XYZ13.7322.544.86-
YUV112.7381.31102.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.31%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=30.31%
G=57.87%
B=11.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77147300.4800.800.4295.966.134.71
Hex4D931E300502A604223
Octal115223366001205214010243
Binary100110110010011111101100000101000010101011000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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