#4D8B12

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

Shades of Vida Loca #4D8B12

Tints of Vida Loca #4D8B12

Color information

#4D8B12 (or 0x4D8B12) is unknown color: approx Vida Loca. HEX triplet: 4D, 8B and 12. RGB value is (77,139,18). Sum of RGB (Red+Green+Blue) = 77+139+18=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8B12 is #B274ED. Grayscale: #6B6B6B. Windows color (decimal): -11695342 or 1215309. OLE color: 1215309.

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

Color convert

RGB7713918-
CMYK0.4500.870.45
HSL90.74º77.07%30.78%-
HSV(B)90.74º87.05%54.51%-
XYZ12.420.093.8-
YUV106.6777.96106.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 139 (54.69% from 255) = 59.40%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=32.91%
G=59.40%
B=7.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77139180.4500.870.4590.7477.0730.78
Hex4D8B122D0572D5b4d1f
Octal115213225501275513311537
Binary10011011000101110010101101010101111011011011011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,139,18); }

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

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

 a { background-color: rgb(77,139,18); }

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

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

 span { border-color: rgb(77,139,18); }

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