#4D8B09

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

Shades of Vida Loca #4D8B09

Tints of Vida Loca #4D8B09

Color information

#4D8B09 (or 0x4D8B09) is unknown color: approx Vida Loca. HEX triplet: 4D, 8B and 09. RGB value is (77,139,9). Sum of RGB (Red+Green+Blue) = 77+139+9=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8B09 is #B274F6. Grayscale: #6A6A6A. Windows color (decimal): -11695351 or 625485. OLE color: 625485.

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

Color convert

RGB771399-
CMYK0.4500.940.45
HSL88.62º87.84%29.02%-
HSV(B)88.62º93.53%54.51%-
XYZ12.3420.063.48-
YUV105.6473.46107.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 139 (54.69% from 255) = 61.78%
BLUE value IS 9 (3.91% from 255) = 4%
R=34.22%
G=61.78%
B=4%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7713990.4500.940.4588.6287.8429.02
Hex4D8B92D05E2D59581d
Octal115213115501365513113035
Binary1001101100010111001101101010111101011011011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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