#4D8D09

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

Shades of Vida Loca #4D8D09

Tints of Vida Loca #4D8D09

Color information

#4D8D09 (or 0x4D8D09) is unknown color: approx Vida Loca. HEX triplet: 4D, 8D and 09. RGB value is (77,141,9). Sum of RGB (Red+Green+Blue) = 77+141+9=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D8D09 is #B272F6. Grayscale: #6B6B6B. Windows color (decimal): -11694839 or 625997. OLE color: 625997.

HSL color Cylindrical-coordinate representation of color #4D8D09: hue angle of 89.09º 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 #4D8D09 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB771419-
CMYK0.4500.940.45
HSL89.09º88%29.41%-
HSV(B)89.09º93.62%55.29%-
XYZ12.6320.653.58-
YUV106.8272.8106.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 141 (55.47% from 255) = 62.11%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=33.92%
G=62.11%
B=3.96%

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
Decimal7714190.4500.940.4589.098829.41
Hex4D8D92D05E2D59581d
Octal115215115501365513113035
Binary1001101100011011001101101010111101011011011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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