#4C9316

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

Shades of Limeade #4C9316

Tints of Limeade #4C9316

Color information

#4C9316 (or 0x4C9316) is unknown color: approx Limeade. HEX triplet: 4C, 93 and 16. RGB value is (76,147,22). Sum of RGB (Red+Green+Blue) = 76+147+22=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9316 is #B36CE9. Grayscale: #6F6F6F. Windows color (decimal): -11758826 or 1479500. OLE color: 1479500.

HSL color Cylindrical-coordinate representation of color #4C9316: hue angle of 94.08º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C9316 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB7614722-
CMYK0.4800.850.42
HSL94.08º73.96%33.14%-
HSV(B)94.08º85.03%57.65%-
XYZ13.5622.464.38-
YUV111.5277.48102.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=31.02%
G=60%
B=8.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76147220.4800.850.4294.0873.9633.14
Hex4C9316300552A5e4a21
Octal114223266001255213611241
Binary100110010010011101101100000101010110101010111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,22); }

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

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

 a { background-color: rgb(76,147,22); }

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

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

 span { border-color: rgb(76,147,22); }

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