#498B02

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

Shades of Vida Loca #498B02

Tints of Vida Loca #498B02

Color information

#498B02 (or 0x498B02) is unknown color: approx Vida Loca. HEX triplet: 49, 8B and 02. RGB value is (73,139,2). Sum of RGB (Red+Green+Blue) = 73+139+2=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #498B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498B02 is #B674FD. Grayscale: #686868. Windows color (decimal): -11957502 or 166729. OLE color: 166729.

HSL color Cylindrical-coordinate representation of color #498B02: hue angle of 88.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #498B02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB731392-
CMYK0.4700.990.45
HSL88.91º97.16%27.65%-
HSV(B)88.91º98.56%54.51%-
XYZ11.9919.893.26-
YUV103.6570.63106.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 139 (54.69% from 255) = 64.95%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=34.11%
G=64.95%
B=0.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7313920.4700.990.4588.9197.1627.65
Hex498B22F0632D59611c
Octal11121325701435513114134
Binary10010011000101110101111011000111011011011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498B02; }

 p { color: rgb(73,139,2); }

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

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

 a { background-color: rgb(73,139,2); }

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

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

 span { border-color: rgb(73,139,2); }

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