#4B8E09

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

Shades of Vida Loca #4B8E09

Tints of Vida Loca #4B8E09

Color information

#4B8E09 (or 0x4B8E09) is unknown color: approx Vida Loca. HEX triplet: 4B, 8E and 09. RGB value is (75,142,9). Sum of RGB (Red+Green+Blue) = 75+142+9=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8E09 is #B471F6. Grayscale: #6B6B6B. Windows color (decimal): -11825655 or 626251. OLE color: 626251.

HSL color Cylindrical-coordinate representation of color #4B8E09: hue angle of 90.23º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B8E09 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB751429-
CMYK0.4700.940.44
HSL90.23º88.08%29.61%-
HSV(B)90.23º93.66%55.69%-
XYZ12.6220.863.62-
YUV106.872.8105.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 142 (55.86% from 255) = 62.83%
BLUE value IS 9 (3.91% from 255) = 3.98%
R=33.19%
G=62.83%
B=3.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7514290.4700.940.4490.2388.0829.61
Hex4B8E92F05E2C5a581e
Octal113216115701365413213036
Binary1001011100011101001101111010111101011001011010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,9); }

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

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

 a { background-color: rgb(75,142,9); }

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

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

 span { border-color: rgb(75,142,9); }

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