#4c890b

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

Shades of Vida Loca #4C890B

Tints of Vida Loca #4C890B

Color information

#4C890B (or 0x4C890B) is unknown color: approx Vida Loca. HEX triplet: 4C, 89 and 0B. RGB value is (76,137,11). Sum of RGB (Red+Green+Blue) = 76+137+11=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #4C890B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C890B is #B376F4. Grayscale: #686868. Windows color (decimal): -11761397 or 756044. OLE color: 756044.

HSL color Cylindrical-coordinate representation of color #4C890B: hue angle of 89.05º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C890B is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB7613711-
CMYK0.4500.920.46
HSL89.05º85.14%29.02%-
HSV(B)89.05º91.97%53.73%-
XYZ11.9919.453.44-
YUV104.475.29107.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 137 (53.91% from 255) = 61.16%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=33.93%
G=61.16%
B=4.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76137110.4500.920.4689.0585.1429.02
Hex4C89B2D05C2E59551d
Octal114211135501345613112535
Binary1001100100010011011101101010111001011101011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c890b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,11); }

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

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

 a { background-color: rgb(76,137,11); }

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

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

 span { border-color: rgb(76,137,11); }

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