#4d8c19

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

Shades of Vida Loca #4D8C19

Tints of Vida Loca #4D8C19

Color information

#4D8C19 (or 0x4D8C19) is unknown color: approx Vida Loca. HEX triplet: 4D, 8C and 19. RGB value is (77,140,25). Sum of RGB (Red+Green+Blue) = 77+140+25=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8C19 is #B273E6. Grayscale: #6C6C6C. Windows color (decimal): -11695079 or 1674317. OLE color: 1674317.

HSL color Cylindrical-coordinate representation of color #4D8C19: hue angle of 92.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D8C19 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB7714025-
CMYK0.4500.820.45
HSL92.87º69.7%32.35%-
HSV(B)92.87º82.14%54.9%-
XYZ12.6120.44.19-
YUV108.0581.13105.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 140 (55.08% from 255) = 57.85%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=31.82%
G=57.85%
B=10.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77140250.4500.820.4592.8769.732.35
Hex4D8C192D0522D5d4620
Octal115214315501225513510640
Binary100110110001100110011011010101001010110110111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d8c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,140,25); }

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

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

 a { background-color: rgb(77,140,25); }

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

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

 span { border-color: rgb(77,140,25); }

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