#4a8700

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

Shades of Vida Loca #4A8700

Tints of Vida Loca #4A8700

Color information

#4A8700 (or 0x4A8700) is unknown color: approx Vida Loca. HEX triplet: 4A, 87 and 00. RGB value is (74,135,0). Sum of RGB (Red+Green+Blue) = 74+135+0=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8700 is #B578FF. Grayscale: #656565. Windows color (decimal): -11892992 or 34634. OLE color: 34634.

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

Color convert

RGB741350-
CMYK0.45010.47
HSL87.11º100%26.47%-
HSV(B)87.11º100%52.94%-
XYZ11.4918.783.02-
YUV101.3770.79108.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 135 (53.12% from 255) = 64.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.41%
G=64.59%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7413500.45010.4787.1110026.47
Hex4A8702D0642F57641a
Octal11220705501445712714432
Binary1001010100001110101101011001001011111010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,0); }

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

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

 a { background-color: rgb(74,135,0); }

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

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

 span { border-color: rgb(74,135,0); }

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