Html Css Color HEX #4D8C1F La Palma

📋 copy color: '#4D8C1F'

red 77 ◦ green 140 ◦ blue 31

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

Shades of La Palma #4D8C1F

Tints of La Palma #4D8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56.45%

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

R = 31.05%
G = 56.45%
B = 12.5%

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

#4D8C1F (or 0x4D8C1F) is known color: La Palma. HEX triplet: 4D, 8C and 1F. RGB value is (77,140,31). Sum of RGB (Red+Green+Blue) = 77+140+31=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8C1F is #B273E0. Grayscale: #6D6D6D. Windows color (decimal): -11695073 or 2067533. OLE color: 2067533.

HSL color Cylindrical-coordinate representation of color #4D8C1F: hue angle of 94.68º 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 #4D8C1F is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 140 31 -
CMYK 0.45 0 0.78 0.45
HSL 94.68º 0.64% 0.34% -
HSV(B) 94.68º 0.78% 0.55% -
XYZ 12.69 20.43 4.57 -
YUV 108.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 77 140 31 0.45 0 0.78 0.45 94.68 0.64 0.34
Hex 4D 8C 1F 2D 0 4E 2D 5F 40 22
Octal 115 214 37 55 0 116 55 137 100 42
Binary 1001101 10001100 11111 101101 0 1001110 101101 1011111 1000000 100010

Color Harmonies of #4D8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8C1F

Black with #4D8C1F

Text Example


Text Example

White with #4D8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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