#4E8400

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

Shades of Vida Loca #4E8400

Tints of Vida Loca #4E8400

Color information

#4E8400 (or 0x4E8400) is unknown color: approx Vida Loca. HEX triplet: 4E, 84 and 00. RGB value is (78,132,0). Sum of RGB (Red+Green+Blue) = 78+132+0=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #4E8400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8400 is #B17BFF. Grayscale: #656565. Windows color (decimal): -11631616 or 33870. OLE color: 33870.

HSL color Cylindrical-coordinate representation of color #4E8400: hue angle of 84.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E8400 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB781320-
CMYK0.41010.48
HSL84.55º100%25.88%-
HSV(B)84.55º100%51.76%-
XYZ11.3918.122.9-
YUV100.8171.11111.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.14%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.14%
G=62.86%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7813200.41010.4884.5510025.88
Hex4E840290643055641a
Octal11620405101446012514432
Binary1001110100001000101001011001001100001010101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,132,0); }

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

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

 a { background-color: rgb(78,132,0); }

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

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

 span { border-color: rgb(78,132,0); }

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