Html Css Color HEX #498B02 Vida Loca

📋 copy color: '#498B02'

red 73 ◦ green 139 ◦ blue 2

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

Shades of Vida Loca #498B02

Tints of Vida Loca #498B02

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 value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#498B02 (or 0x498B02) is known color: 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

RGB 73 139 2 -
CMYK 0.47 0 0.99 0.45
HSL 88.91º 0.97% 0.28% -
HSV(B) 88.91º 0.99% 0.55% -
XYZ 11.99 19.89 3.26 -
YUV 103.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 73 139 2 0.47 0 0.99 0.45 88.91 0.97 0.28
Hex 49 8B 2 2F 0 63 2D 59 61 1C
Octal 111 213 2 57 0 143 55 131 141 34
Binary 1001001 10001011 10 101111 0 1100011 101101 1011001 1100001 11100

Color Harmonies of #498B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B02

Black with #498B02

Text Example


Text Example

White with #498B02

Text Example


Text Example

HTML Codes & Css Web 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>