Html Css Color HEX #4D8D1F La Palma

📋 copy color: '#4D8D1F'

red 77 ◦ green 141 ◦ blue 31

#4D8D1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #4D8D1F

Tints of La Palma #4D8D1F

RGB

 RED value IS 77 (30.47% from 255) = 30.92%

 GREEN value IS 141 (55.47% from 255) = 56.63%

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 30.92%
G = 56.63%
B = 12.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#4D8D1F (or 0x4D8D1F) is known color: La Palma. HEX triplet: 4D, 8D and 1F. RGB value is (77,141,31). Sum of RGB (Red+Green+Blue) = 77+141+31=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8D1F is #B272E0. Grayscale: #6D6D6D. Windows color (decimal): -11694817 or 2067789. OLE color: 2067789.

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

Color convert

RGB 77 141 31 -
CMYK 0.45 0 0.78 0.45
HSL 94.91º 0.64% 0.34% -
HSV(B) 94.91º 0.78% 0.55% -
XYZ 12.83 20.73 4.62 -
YUV 109.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 77 141 31 0.45 0 0.78 0.45 94.91 0.64 0.34
Hex 4D 8D 1F 2D 0 4E 2D 5F 40 22
Octal 115 215 37 55 0 116 55 137 100 42
Binary 1001101 10001101 11111 101101 0 1001110 101101 1011111 1000000 100010

Color Harmonies of #4D8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8D1F

Black with #4D8D1F

Text Example


Text Example

White with #4D8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D8D1F;
 }
 .AnyTagClassName
 {
   color: #4D8D1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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