Html Css Color HEX #4D8132 La Palma

📋 copy color: '#4D8132'

red 77 ◦ green 129 ◦ blue 50

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

Shades of La Palma #4D8132

Tints of La Palma #4D8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 30.08%
G = 50.39%
B = 19.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#4D8132 (or 0x4D8132) is known color: La Palma. HEX triplet: 4D, 81 and 32. RGB value is (77,129,50). Sum of RGB (Red+Green+Blue) = 77+129+50=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8132 is #B27ECD. Grayscale: #686868. Windows color (decimal): -11697870 or 3309901. OLE color: 3309901.

HSL color Cylindrical-coordinate representation of color #4D8132: hue angle of 99.49º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D8132 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 129 50 -
CMYK 0.40 0 0.61 0.49
HSL 99.49º 0.44% 0.35% -
HSV(B) 99.49º 0.61% 0.51% -
XYZ 11.49 17.51 5.79 -
YUV 104.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 77 129 50 0.40 0 0.61 0.49 99.49 0.44 0.35
Hex 4D 81 32 28 0 3D 31 63 2C 23
Octal 115 201 62 50 0 75 61 143 54 43
Binary 1001101 10000001 110010 101000 0 111101 110001 1100011 101100 100011

Color Harmonies of #4D8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8132

Black with #4D8132

Text Example


Text Example

White with #4D8132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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