#4C8511

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

Shades of Vida Loca #4C8511

Tints of Vida Loca #4C8511

Color information

#4C8511 (or 0x4C8511) is unknown color: approx Vida Loca. HEX triplet: 4C, 85 and 11. RGB value is (76,133,17). Sum of RGB (Red+Green+Blue) = 76+133+17=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8511 is #B37AEE. Grayscale: #676767. Windows color (decimal): -11762415 or 1148236. OLE color: 1148236.

HSL color Cylindrical-coordinate representation of color #4C8511: hue angle of 89.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C8511 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB7613317-
CMYK0.4300.870.48
HSL89.48º77.33%29.41%-
HSV(B)89.48º87.22%52.16%-
XYZ11.4718.353.47-
YUV102.7379.62108.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 17 (7.03% from 255) = 7.52%
R=33.63%
G=58.85%
B=7.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133170.4300.870.4889.4877.3329.41
Hex4C85112B05730594d1d
Octal114205215301276013111535
Binary10011001000010110001101011010101111100001011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,133,17); }

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

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

 a { background-color: rgb(76,133,17); }

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

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

 span { border-color: rgb(76,133,17); }

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