#4B8B07

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

Shades of Vida Loca #4B8B07

Tints of Vida Loca #4B8B07

Color information

#4B8B07 (or 0x4B8B07) is unknown color: approx Vida Loca. HEX triplet: 4B, 8B and 07. RGB value is (75,139,7). Sum of RGB (Red+Green+Blue) = 75+139+7=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8B07 is #B474F8. Grayscale: #696969. Windows color (decimal): -11826425 or 494411. OLE color: 494411.

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

Color convert

RGB751397-
CMYK0.4600.950.45
HSL89.09º90.41%28.63%-
HSV(B)89.09º94.96%54.51%-
XYZ12.1719.983.42-
YUV104.8272.8106.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 139 (54.69% from 255) = 62.90%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=33.94%
G=62.90%
B=3.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7513970.4600.950.4589.0990.4128.63
Hex4B8B72E05F2D595a1d
Octal11321375601375513113235
Binary100101110001011111101110010111111011011011001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,7); }

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

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

 a { background-color: rgb(75,139,7); }

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

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

 span { border-color: rgb(75,139,7); }

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