Html Css Color HEX #4D942E La Palma

📋 copy color: '#4D942E'

red 77 ◦ green 148 ◦ blue 46

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

Shades of La Palma #4D942E

Tints of La Palma #4D942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 28.41%
G = 54.61%
B = 16.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#4D942E (or 0x4D942E) is known color: La Palma. HEX triplet: 4D, 94 and 2E. RGB value is (77,148,46). Sum of RGB (Red+Green+Blue) = 77+148+46=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #4D942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D942E is #B26BD1. Grayscale: #737373. Windows color (decimal): -11693010 or 3052621. OLE color: 3052621.

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

Color convert

RGB 77 148 46 -
CMYK 0.48 0 0.69 0.42
HSL 101.76º 0.53% 0.38% -
HSV(B) 101.76º 0.69% 0.58% -
XYZ 14.14 22.95 6.27 -
YUV 115.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 77 148 46 0.48 0 0.69 0.42 101.76 0.53 0.38
Hex 4D 94 2E 30 0 45 2A 66 35 26
Octal 115 224 56 60 0 105 52 146 65 46
Binary 1001101 10010100 101110 110000 0 1000101 101010 1100110 110101 100110

Color Harmonies of #4D942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D942E

Black with #4D942E

Text Example


Text Example

White with #4D942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,46); }

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

background-color css

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

 a { background-color: rgb(77,148,46); }

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

border-color css

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

 span { border-color: rgb(77,148,46); }

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