#498601

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

Shades of Vida Loca #498601

Tints of Vida Loca #498601

Color information

#498601 (or 0x498601) is unknown color: approx Vida Loca. HEX triplet: 49, 86 and 01. RGB value is (73,134,1). Sum of RGB (Red+Green+Blue) = 73+134+1=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #498601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498601 is #B679FE. Grayscale: #656565. Windows color (decimal): -11958783 or 99913. OLE color: 99913.

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

Color convert

RGB731341-
CMYK0.4600.990.47
HSL87.52º98.52%26.47%-
HSV(B)87.52º99.25%52.55%-
XYZ11.2818.473-
YUV100.671.79108.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 134 (52.73% from 255) = 64.42%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=35.10%
G=64.42%
B=0.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7313410.4600.990.4787.5298.5226.47
Hex498612E0632F58631a
Octal11120615601435713014332
Binary1001001100001101101110011000111011111011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498601; }

 p { color: rgb(73,134,1); }

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

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

 a { background-color: rgb(73,134,1); }

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

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

 span { border-color: rgb(73,134,1); }

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