Html Css Color HEX #4D962D La Palma

📋 copy color: '#4D962D'

red 77 ◦ green 150 ◦ blue 45

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

Shades of La Palma #4D962D

Tints of La Palma #4D962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 28.31%
G = 55.15%
B = 16.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#4D962D (or 0x4D962D) is known color: La Palma. HEX triplet: 4D, 96 and 2D. RGB value is (77,150,45). Sum of RGB (Red+Green+Blue) = 77+150+45=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #4D962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D962D is #B269D2. Grayscale: #747474. Windows color (decimal): -11692499 or 2987597. OLE color: 2987597.

HSL color Cylindrical-coordinate representation of color #4D962D: hue angle of 101.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D962D is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 150 45 -
CMYK 0.49 0 0.70 0.41
HSL 101.71º 0.54% 0.38% -
HSV(B) 101.71º 0.7% 0.59% -
XYZ 14.44 23.58 6.27 -
YUV 116.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 77 150 45 0.49 0 0.70 0.41 101.71 0.54 0.38
Hex 4D 96 2D 31 0 46 29 66 36 26
Octal 115 226 55 61 0 106 51 146 66 46
Binary 1001101 10010110 101101 110001 0 1000110 101001 1100110 110110 100110

Color Harmonies of #4D962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D962D

Black with #4D962D

Text Example


Text Example

White with #4D962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,150,45); }

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

background-color css

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

 a { background-color: rgb(77,150,45); }

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

border-color css

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

 span { border-color: rgb(77,150,45); }

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