#4D8A15

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

Shades of Vida Loca #4D8A15

Tints of Vida Loca #4D8A15

Color information

#4D8A15 (or 0x4D8A15) is unknown color: approx Vida Loca. HEX triplet: 4D, 8A and 15. RGB value is (77,138,21). Sum of RGB (Red+Green+Blue) = 77+138+21=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8A15 is #B275EA. Grayscale: #6A6A6A. Windows color (decimal): -11695595 or 1411661. OLE color: 1411661.

HSL color Cylindrical-coordinate representation of color #4D8A15: hue angle of 91.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D8A15 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB7713821-
CMYK0.4400.850.46
HSL91.28º73.58%31.18%-
HSV(B)91.28º84.78%54.12%-
XYZ12.2819.813.89-
YUV106.4279.79107.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.63%
GREEN value IS 138 (54.30% from 255) = 58.47%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=32.63%
G=58.47%
B=8.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77138210.4400.850.4691.2873.5831.18
Hex4D8A152C0552E5b4a1f
Octal115212255401255613311237
Binary10011011000101010101101100010101011011101011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,21); }

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

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

 a { background-color: rgb(77,138,21); }

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

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

 span { border-color: rgb(77,138,21); }

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