#4D8A08

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

Shades of Vida Loca #4D8A08

Tints of Vida Loca #4D8A08

Color information

#4D8A08 (or 0x4D8A08) is unknown color: approx Vida Loca. HEX triplet: 4D, 8A and 08. RGB value is (77,138,8). Sum of RGB (Red+Green+Blue) = 77+138+8=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8A08 is #B275F7. Grayscale: #696969. Windows color (decimal): -11695608 or 559693. OLE color: 559693.

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

Color convert

RGB771388-
CMYK0.4400.940.46
HSL88.15º89.04%28.63%-
HSV(B)88.15º94.2%54.12%-
XYZ12.1919.773.4-
YUV104.9473.29108.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 138 (54.30% from 255) = 61.88%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=34.53%
G=61.88%
B=3.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7713880.4400.940.4688.1589.0428.63
Hex4D8A82C05E2E58591d
Octal115212105401365613013135
Binary1001101100010101000101100010111101011101011000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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