#498C06

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

Shades of Vida Loca #498C06

Tints of Vida Loca #498C06

Color information

#498C06 (or 0x498C06) is unknown color: approx Vida Loca. HEX triplet: 49, 8C and 06. RGB value is (73,140,6). Sum of RGB (Red+Green+Blue) = 73+140+6=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #498C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498C06 is #B673F9. Grayscale: #696969. Windows color (decimal): -11957242 or 429129. OLE color: 429129.

HSL color Cylindrical-coordinate representation of color #498C06: hue angle of 90º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #498C06 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB731406-
CMYK0.4800.960.45
HSL90º91.78%28.63%-
HSV(B)90º95.71%54.9%-
XYZ12.1620.193.43-
YUV104.6972.3105.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 63.93%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=33.33%
G=63.93%
B=2.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7314060.4800.960.459091.7828.63
Hex498C6300602D5a5c1d
Octal11121466001405513213435
Binary100100110001100110110000011000001011011011010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,6); }

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

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

 a { background-color: rgb(73,140,6); }

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

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

 span { border-color: rgb(73,140,6); }

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