#4C8402

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

Shades of Vida Loca #4C8402

Tints of Vida Loca #4C8402

Color information

#4C8402 (or 0x4C8402) is unknown color: approx Vida Loca. HEX triplet: 4C, 84 and 02. RGB value is (76,132,2). Sum of RGB (Red+Green+Blue) = 76+132+2=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #4C8402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8402 is #B37BFD. Grayscale: #646464. Windows color (decimal): -11762686 or 164940. OLE color: 164940.

HSL color Cylindrical-coordinate representation of color #4C8402: hue angle of 85.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C8402 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB761322-
CMYK0.4200.980.48
HSL85.85º97.01%26.27%-
HSV(B)85.85º98.48%51.76%-
XYZ11.2418.042.95-
YUV100.4472.45110.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.19%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=36.19%
G=62.86%
B=0.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7613220.4200.980.4885.8597.0126.27
Hex4C8422A0623056611a
Octal11420425201426012614132
Binary10011001000010010101010011000101100001010110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,132,2); }

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

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

 a { background-color: rgb(76,132,2); }

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

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

 span { border-color: rgb(76,132,2); }

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