#4A8201

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

Shades of Vida Loca #4A8201

Tints of Vida Loca #4A8201

Color information

#4A8201 (or 0x4A8201) is unknown color: approx Vida Loca. HEX triplet: 4A, 82 and 01. RGB value is (74,130,1). Sum of RGB (Red+Green+Blue) = 74+130+1=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8201 is #B57DFE. Grayscale: #636363. Windows color (decimal): -11894271 or 98890. OLE color: 98890.

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

Color convert

RGB741301-
CMYK0.4300.990.49
HSL86.05º98.47%25.69%-
HSV(B)86.05º99.23%50.98%-
XYZ10.8117.422.82-
YUV98.5572.95110.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 130 (51.17% from 255) = 63.41%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=36.10%
G=63.41%
B=0.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7413010.4300.990.4986.0598.4725.69
Hex4A8212B0633156621a
Octal11220215301436112614232
Binary1001010100000101101011011000111100011010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,130,1); }

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

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

 a { background-color: rgb(74,130,1); }

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

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

 span { border-color: rgb(74,130,1); }

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