#4C972D

Color #4C972D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4C972D

Tints of La Palma #4C972D

Color information

#4C972D (or 0x4C972D) is unknown color: approx La Palma. HEX triplet: 4C, 97 and 2D. RGB value is (76,151,45). Sum of RGB (Red+Green+Blue) = 76+151+45=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #4C972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C972D is #B368D2. Grayscale: #747474. Windows color (decimal): -11757779 or 2987852. OLE color: 2987852.

HSL color Cylindrical-coordinate representation of color #4C972D: hue angle of 102.45º 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 #4C972D is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB7615145-
CMYK0.5000.700.41
HSL102.45º54.08%38.43%-
HSV(B)102.45º70.2%59.22%-
XYZ14.5223.866.32-
YUV116.4987.6599.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=27.94%
G=55.51%
B=16.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76151450.5000.700.41102.4554.0838.43
Hex4C972D3204629663626
Octal11422755620106511466646
Binary100110010010111101101110010010001101010011100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,151,45); }

 H1.HeaderClassName
 {
   color: #4C972D;
 }
 .AnyTagClassName
 {
   color: #4C972D;
 }
</style>
background-color css

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

 a { background-color: rgb(76,151,45); }

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

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

 span { border-color: rgb(76,151,45); }

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