#4B850E

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

Shades of Vida Loca #4B850E

Tints of Vida Loca #4B850E

Color information

#4B850E (or 0x4B850E) is unknown color: approx Vida Loca. HEX triplet: 4B, 85 and 0E. RGB value is (75,133,14). Sum of RGB (Red+Green+Blue) = 75+133+14=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #4B850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B850E is #B47AF1. Grayscale: #666666. Windows color (decimal): -11827954 or 951627. OLE color: 951627.

HSL color Cylindrical-coordinate representation of color #4B850E: hue angle of 89.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B850E is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB7513314-
CMYK0.4400.890.48
HSL89.24º80.95%28.82%-
HSV(B)89.24º89.47%52.16%-
XYZ11.3718.33.35-
YUV102.0978.28108.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=33.78%
G=59.91%
B=6.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133140.4400.890.4889.2480.9528.82
Hex4B85E2C0593059511d
Octal113205165401316013112135
Binary1001011100001011110101100010110011100001011001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,14); }

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

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

 a { background-color: rgb(75,133,14); }

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

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

 span { border-color: rgb(75,133,14); }

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