#4E831B

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

Shades of Vida Loca #4E831B

Tints of Vida Loca #4E831B

Color information

#4E831B (or 0x4E831B) is unknown color: approx Vida Loca. HEX triplet: 4E, 83 and 1B. RGB value is (78,131,27). Sum of RGB (Red+Green+Blue) = 78+131+27=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #4E831B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E831B is #B17CE4. Grayscale: #676767. Windows color (decimal): -11631845 or 1803086. OLE color: 1803086.

HSL color Cylindrical-coordinate representation of color #4E831B: hue angle of 90.58º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E831B is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB7813127-
CMYK0.4000.790.49
HSL90.58º65.82%30.98%-
HSV(B)90.58º79.39%51.37%-
XYZ11.4617.933.89-
YUV103.384.94109.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.05%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=33.05%
G=55.51%
B=11.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78131270.4000.790.4990.5865.8230.98
Hex4E831B2804F315b421f
Octal116203335001176113310237
Binary10011101000001111011101000010011111100011011011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,131,27); }

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

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

 a { background-color: rgb(78,131,27); }

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

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

 span { border-color: rgb(78,131,27); }

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