Html Css Color HEX #4D8332 La Palma

📋 copy color: '#4D8332'

red 77 ◦ green 131 ◦ blue 50

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

Shades of La Palma #4D8332

Tints of La Palma #4D8332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.78%

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

R = 29.84%
G = 50.78%
B = 19.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#4D8332 (or 0x4D8332) is known color: La Palma. HEX triplet: 4D, 83 and 32. RGB value is (77,131,50). Sum of RGB (Red+Green+Blue) = 77+131+50=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8332 is #B27CCD. Grayscale: #696969. Windows color (decimal): -11697358 or 3310413. OLE color: 3310413.

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

Color convert

RGB 77 131 50 -
CMYK 0.41 0 0.62 0.49
HSL 100º 0.45% 0.35% -
HSV(B) 100º 0.62% 0.51% -
XYZ 11.75 18.04 5.88 -
YUV 105.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 77 131 50 0.41 0 0.62 0.49 100 0.45 0.35
Hex 4D 83 32 29 0 3E 31 64 2D 23
Octal 115 203 62 51 0 76 61 144 55 43
Binary 1001101 10000011 110010 101001 0 111110 110001 1100100 101101 100011

Color Harmonies of #4D8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8332

Black with #4D8332

Text Example


Text Example

White with #4D8332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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