Html Css Color HEX #498B04 Vida Loca

📋 copy color: '#498B04'

red 73 ◦ green 139 ◦ blue 4

#498B04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #498B04

Tints of Vida Loca #498B04

RGB

 RED value IS 73 (28.91% from 255) = 33.8%

 GREEN value IS 139 (54.69% from 255) = 64.35%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 33.8%
G = 64.35%
B = 1.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#498B04 (or 0x498B04) is known color: Vida Loca. HEX triplet: 49, 8B and 04. RGB value is (73,139,4). Sum of RGB (Red+Green+Blue) = 73+139+4=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #498B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498B04 is #B674FB. Grayscale: #686868. Windows color (decimal): -11957500 or 297801. OLE color: 297801.

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

Color convert

RGB 73 139 4 -
CMYK 0.47 0 0.97 0.45
HSL 89.33º 0.94% 0.28% -
HSV(B) 89.33º 0.97% 0.55% -
XYZ 12 19.89 3.32 -
YUV 103.88 71.63 105.98 -
System Red Green Blue C M Y K H S L
Decimal 73 139 4 0.47 0 0.97 0.45 89.33 0.94 0.28
Hex 49 8B 4 2F 0 61 2D 59 5E 1C
Octal 111 213 4 57 0 141 55 131 136 34
Binary 1001001 10001011 100 101111 0 1100001 101101 1011001 1011110 11100

Color Harmonies of #498B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B04

Black with #498B04

Text Example


Text Example

White with #498B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #498B04;
 }
 .AnyTagClassName
 {
   color: #498B04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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