#4b8900

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

Shades of Vida Loca #4B8900

Tints of Vida Loca #4B8900

Color information

#4B8900 (or 0x4B8900) is unknown color: approx Vida Loca. HEX triplet: 4B, 89 and 00. RGB value is (75,137,0). Sum of RGB (Red+Green+Blue) = 75+137+0=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8900 is #B476FF. Grayscale: #676767. Windows color (decimal): -11826944 or 35147. OLE color: 35147.

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

Color convert

RGB751370-
CMYK0.45010.46
HSL87.15º100%26.86%-
HSV(B)87.15º100%53.73%-
XYZ11.8519.393.12-
YUV102.8469.96108.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 137 (53.91% from 255) = 64.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.38%
G=64.62%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7513700.45010.4687.1510026.86
Hex4B8902D0642E57641b
Octal11321105501445612714433
Binary1001011100010010101101011001001011101010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,0); }

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

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

 a { background-color: rgb(75,137,0); }

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

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

 span { border-color: rgb(75,137,0); }

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