#4B870F

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

Shades of Vida Loca #4B870F

Tints of Vida Loca #4B870F

Color information

#4B870F (or 0x4B870F) is unknown color: approx Vida Loca. HEX triplet: 4B, 87 and 0F. RGB value is (75,135,15). Sum of RGB (Red+Green+Blue) = 75+135+15=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #4B870F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B870F is #B478F0. Grayscale: #676767. Windows color (decimal): -11827441 or 1017675. OLE color: 1017675.

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

Color convert

RGB7513515-
CMYK0.4400.890.47
HSL90º80%29.41%-
HSV(B)90º88.89%52.94%-
XYZ11.6518.863.48-
YUV103.3878.12107.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=33.33%
G=60%
B=6.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135150.4400.890.47908029.41
Hex4B87F2C0592F5a501d
Octal113207175401315713212035
Binary1001011100001111111101100010110011011111011010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,15); }

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

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

 a { background-color: rgb(75,135,15); }

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

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

 span { border-color: rgb(75,135,15); }

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