Html Css Color HEX #498608 Bilbao

📋 copy color: '#498608'

red 73 ◦ green 134 ◦ blue 8

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

Shades of Bilbao #498608

Tints of Bilbao #498608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 33.95%
G = 62.33%
B = 3.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#498608 (or 0x498608) is known color: Bilbao. HEX triplet: 49, 86 and 08. RGB value is (73,134,8). Sum of RGB (Red+Green+Blue) = 73+134+8=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #498608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498608 is #B679F7. Grayscale: #656565. Windows color (decimal): -11958776 or 558665. OLE color: 558665.

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

Color convert

RGB 73 134 8 -
CMYK 0.46 0 0.94 0.47
HSL 89.05º 0.89% 0.28% -
HSV(B) 89.05º 0.94% 0.53% -
XYZ 11.32 18.48 3.2 -
YUV 101.4 75.29 107.75 -
System Red Green Blue C M Y K H S L
Decimal 73 134 8 0.46 0 0.94 0.47 89.05 0.89 0.28
Hex 49 86 8 2E 0 5E 2F 59 59 1C
Octal 111 206 10 56 0 136 57 131 131 34
Binary 1001001 10000110 1000 101110 0 1011110 101111 1011001 1011001 11100

Color Harmonies of #498608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498608

Black with #498608

Text Example


Text Example

White with #498608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498608; }

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

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

background-color css

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

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

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

border-color css

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

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

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