Html Css Color HEX #4D952C La Palma

📋 copy color: '#4D952C'

red 77 ◦ green 149 ◦ blue 44

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

Shades of La Palma #4D952C

Tints of La Palma #4D952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 28.52%
G = 55.19%
B = 16.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#4D952C (or 0x4D952C) is known color: La Palma. HEX triplet: 4D, 95 and 2C. RGB value is (77,149,44). Sum of RGB (Red+Green+Blue) = 77+149+44=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #4D952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D952C is #B26AD3. Grayscale: #737373. Windows color (decimal): -11692756 or 2921805. OLE color: 2921805.

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

Color convert

RGB 77 149 44 -
CMYK 0.48 0 0.70 0.42
HSL 101.14º 0.54% 0.38% -
HSV(B) 101.14º 0.7% 0.58% -
XYZ 14.26 23.25 6.12 -
YUV 115.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 77 149 44 0.48 0 0.70 0.42 101.14 0.54 0.38
Hex 4D 95 2C 30 0 46 2A 65 36 26
Octal 115 225 54 60 0 106 52 145 66 46
Binary 1001101 10010101 101100 110000 0 1000110 101010 1100101 110110 100110

Color Harmonies of #4D952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D952C

Black with #4D952C

Text Example


Text Example

White with #4D952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,44); }

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

background-color css

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

 a { background-color: rgb(77,149,44); }

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

border-color css

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

 span { border-color: rgb(77,149,44); }

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