#4D8710

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

Shades of Vida Loca #4D8710

Tints of Vida Loca #4D8710

Color information

#4D8710 (or 0x4D8710) is unknown color: approx Vida Loca. HEX triplet: 4D, 87 and 10. RGB value is (77,135,16). Sum of RGB (Red+Green+Blue) = 77+135+16=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #4D8710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8710 is #B278EF. Grayscale: #686868. Windows color (decimal): -11696368 or 1083213. OLE color: 1083213.

HSL color Cylindrical-coordinate representation of color #4D8710: hue angle of 89.24º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D8710 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB7713516-
CMYK0.4300.880.47
HSL89.24º78.81%29.61%-
HSV(B)89.24º88.15%52.94%-
XYZ11.8218.943.52-
YUV104.0978.28108.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.77%
GREEN value IS 135 (53.12% from 255) = 59.21%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=33.77%
G=59.21%
B=7.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77135160.4300.880.4789.2478.8129.61
Hex4D87102B0582F594f1e
Octal115207205301305713111736
Binary10011011000011110000101011010110001011111011001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,16); }

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

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

 a { background-color: rgb(77,135,16); }

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

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

 span { border-color: rgb(77,135,16); }

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