#4d8214

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

Shades of Vida Loca #4D8214

Tints of Vida Loca #4D8214

Color information

#4D8214 (or 0x4D8214) is unknown color: approx Vida Loca. HEX triplet: 4D, 82 and 14. RGB value is (77,130,20). Sum of RGB (Red+Green+Blue) = 77+130+20=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8214 is #B27DEB. Grayscale: #666666. Windows color (decimal): -11697644 or 1344077. OLE color: 1344077.

HSL color Cylindrical-coordinate representation of color #4D8214: hue angle of 88.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D8214 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB7713020-
CMYK0.4100.850.49
HSL88.91º73.33%29.41%-
HSV(B)88.91º84.62%50.98%-
XYZ11.1717.593.47-
YUV101.6181.94110.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=33.92%
G=57.27%
B=8.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77130200.4100.850.4988.9173.3329.41
Hex4D8214290553159491d
Octal115202245101256113111135
Binary10011011000001010100101001010101011100011011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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