Html Css Color HEX #498607 Bilbao

📋 copy color: '#498607'

red 73 ◦ green 134 ◦ blue 7

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

Shades of Bilbao #498607

Tints of Bilbao #498607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 62.62%

 BLUE value IS 7 (3.13% from 255) = 3.27%

R = 34.11%
G = 62.62%
B = 3.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#498607 (or 0x498607) is known color: Bilbao. HEX triplet: 49, 86 and 07. RGB value is (73,134,7). Sum of RGB (Red+Green+Blue) = 73+134+7=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #498607 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498607 is #B679F8. Grayscale: #656565. Windows color (decimal): -11958777 or 493129. OLE color: 493129.

HSL color Cylindrical-coordinate representation of color #498607: hue angle of 88.82º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #498607 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 7 -
CMYK 0.46 0 0.95 0.47
HSL 88.82º 0.9% 0.28% -
HSV(B) 88.82º 0.95% 0.53% -
XYZ 11.31 18.48 3.17 -
YUV 101.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 73 134 7 0.46 0 0.95 0.47 88.82 0.9 0.28
Hex 49 86 7 2E 0 5F 2F 59 5A 1C
Octal 111 206 7 56 0 137 57 131 132 34
Binary 1001001 10000110 111 101110 0 1011111 101111 1011001 1011010 11100

Color Harmonies of #498607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498607

Black with #498607

Text Example


Text Example

White with #498607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498607; }

 p { color: rgb(73,134,7); }

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

background-color css

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

 a { background-color: rgb(73,134,7); }

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

border-color css

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

 span { border-color: rgb(73,134,7); }

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