#4C922D

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

Shades of La Palma #4C922D

Tints of La Palma #4C922D

Color information

#4C922D (or 0x4C922D) is unknown color: approx La Palma. HEX triplet: 4C, 92 and 2D. RGB value is (76,146,45). Sum of RGB (Red+Green+Blue) = 76+146+45=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #4C922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C922D is #B36DD2. Grayscale: #717171. Windows color (decimal): -11759059 or 2986572. OLE color: 2986572.

HSL color Cylindrical-coordinate representation of color #4C922D: hue angle of 101.58º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C922D is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB7614645-
CMYK0.4800.690.43
HSL101.58º52.88%37.45%-
HSV(B)101.58º69.18%57.25%-
XYZ13.7322.286.06-
YUV113.5689.31101.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=28.46%
G=54.68%
B=16.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76146450.4800.690.43101.5852.8837.45
Hex4C922D300452B663525
Octal11422255600105531466545
Binary100110010010010101101110000010001011010111100110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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