Html Css Color HEX #498501 Vida Loca

📋 copy color: '#498501'

red 73 ◦ green 133 ◦ blue 1

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

Shades of Vida Loca #498501

Tints of Vida Loca #498501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 35.27%
G = 64.25%
B = 0.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#498501 (or 0x498501) is known color: Vida Loca. HEX triplet: 49, 85 and 01. RGB value is (73,133,1). Sum of RGB (Red+Green+Blue) = 73+133+1=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #498501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498501 is #B67AFE. Grayscale: #646464. Windows color (decimal): -11959039 or 99657. OLE color: 99657.

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

Color convert

RGB 73 133 1 -
CMYK 0.45 0 0.99 0.48
HSL 87.27º 0.99% 0.26% -
HSV(B) 87.27º 0.99% 0.52% -
XYZ 11.14 18.19 2.95 -
YUV 100.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 73 133 1 0.45 0 0.99 0.48 87.27 0.99 0.26
Hex 49 85 1 2D 0 63 30 57 63 1A
Octal 111 205 1 55 0 143 60 127 143 32
Binary 1001001 10000101 1 101101 0 1100011 110000 1010111 1100011 11010

Color Harmonies of #498501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498501

Black with #498501

Text Example


Text Example

White with #498501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498501; }

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

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

background-color css

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

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

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

border-color css

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

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

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