Html Css Color HEX #4D9132 La Palma

📋 copy color: '#4D9132'

red 77 ◦ green 145 ◦ blue 50

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

Shades of La Palma #4D9132

Tints of La Palma #4D9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 28.31%
G = 53.31%
B = 18.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#4D9132 (or 0x4D9132) is known color: La Palma. HEX triplet: 4D, 91 and 32. RGB value is (77,145,50). Sum of RGB (Red+Green+Blue) = 77+145+50=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9132 is #B26ECD. Grayscale: #727272. Windows color (decimal): -11693774 or 3313997. OLE color: 3313997.

HSL color Cylindrical-coordinate representation of color #4D9132: hue angle of 102.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D9132 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 50 -
CMYK 0.47 0 0.66 0.43
HSL 102.95º 0.49% 0.38% -
HSV(B) 102.95º 0.66% 0.57% -
XYZ 13.76 22.06 6.55 -
YUV 113.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 77 145 50 0.47 0 0.66 0.43 102.95 0.49 0.38
Hex 4D 91 32 2F 0 42 2B 67 31 26
Octal 115 221 62 57 0 102 53 147 61 46
Binary 1001101 10010001 110010 101111 0 1000010 101011 1100111 110001 100110

Color Harmonies of #4D9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9132

Black with #4D9132

Text Example


Text Example

White with #4D9132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,50); }

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

background-color css

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

 a { background-color: rgb(77,145,50); }

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

border-color css

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

 span { border-color: rgb(77,145,50); }

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