#4C8601

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

Shades of Vida Loca #4C8601

Tints of Vida Loca #4C8601

Color information

#4C8601 (or 0x4C8601) is unknown color: approx Vida Loca. HEX triplet: 4C, 86 and 01. RGB value is (76,134,1). Sum of RGB (Red+Green+Blue) = 76+134+1=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #4C8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8601 is #B379FE. Grayscale: #656565. Windows color (decimal): -11762175 or 99916. OLE color: 99916.

HSL color Cylindrical-coordinate representation of color #4C8601: hue angle of 86.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C8601 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB761341-
CMYK0.4300.990.47
HSL86.17º98.52%26.47%-
HSV(B)86.17º99.25%52.55%-
XYZ11.5118.593.01-
YUV101.571.28109.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 134 (52.73% from 255) = 63.51%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=36.02%
G=63.51%
B=0.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7613410.4300.990.4786.1798.5226.47
Hex4C8612B0632F56631a
Octal11420615301435712614332
Binary1001100100001101101011011000111011111010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,1); }

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

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

 a { background-color: rgb(76,134,1); }

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

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

 span { border-color: rgb(76,134,1); }

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