#4D8614

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

Shades of Vida Loca #4D8614

Tints of Vida Loca #4D8614

Color information

#4D8614 (or 0x4D8614) is unknown color: approx Vida Loca. HEX triplet: 4D, 86 and 14. RGB value is (77,134,20). Sum of RGB (Red+Green+Blue) = 77+134+20=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8614 is #B279EB. Grayscale: #686868. Windows color (decimal): -11696620 or 1345101. OLE color: 1345101.

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

Color convert

RGB7713420-
CMYK0.4300.850.47
HSL90º74.03%30.2%-
HSV(B)90º85.07%52.55%-
XYZ11.7118.683.65-
YUV103.9680.62108.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 58.01%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=33.33%
G=58.01%
B=8.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77134200.4300.850.479074.0330.2
Hex4D86142B0552F5a4a1e
Octal115206245301255713211236
Binary10011011000011010100101011010101011011111011010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,134,20); }

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

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

 a { background-color: rgb(77,134,20); }

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

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

 span { border-color: rgb(77,134,20); }

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