#4A8C07

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

Shades of Vida Loca #4A8C07

Tints of Vida Loca #4A8C07

Color information

#4A8C07 (or 0x4A8C07) is unknown color: approx Vida Loca. HEX triplet: 4A, 8C and 07. RGB value is (74,140,7). Sum of RGB (Red+Green+Blue) = 74+140+7=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8C07 is #B573F8. Grayscale: #696969. Windows color (decimal): -11891705 or 494666. OLE color: 494666.

HSL color Cylindrical-coordinate representation of color #4A8C07: hue angle of 89.77º 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 #4A8C07 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB741407-
CMYK0.4700.950.45
HSL89.77º90.48%28.82%-
HSV(B)89.77º95%54.9%-
XYZ12.2420.233.46-
YUV105.172.63105.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 140 (55.08% from 255) = 63.35%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=33.48%
G=63.35%
B=3.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7414070.4700.950.4589.7790.4828.82
Hex4A8C72F05F2D5a5a1d
Octal11221475701375513213235
Binary100101010001100111101111010111111011011011010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,140,7); }

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

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

 a { background-color: rgb(74,140,7); }

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

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

 span { border-color: rgb(74,140,7); }

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