Html Css Color HEX #498208 Bilbao

📋 copy color: '#498208'

red 73 ◦ green 130 ◦ blue 8

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

Shades of Bilbao #498208

Tints of Bilbao #498208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

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

R = 34.6%
G = 61.61%
B = 3.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#498208 (or 0x498208) is known color: Bilbao. HEX triplet: 49, 82 and 08. RGB value is (73,130,8). Sum of RGB (Red+Green+Blue) = 73+130+8=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #498208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498208 is #B67DF7. Grayscale: #636363. Windows color (decimal): -11959800 or 557641. OLE color: 557641.

HSL color Cylindrical-coordinate representation of color #498208: hue angle of 88.03º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #498208 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 8 -
CMYK 0.44 0 0.94 0.49
HSL 88.03º 0.88% 0.27% -
HSV(B) 88.03º 0.94% 0.51% -
XYZ 10.77 17.4 3.02 -
YUV 99.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 73 130 8 0.44 0 0.94 0.49 88.03 0.88 0.27
Hex 49 82 8 2C 0 5E 31 58 58 1B
Octal 111 202 10 54 0 136 61 130 130 33
Binary 1001001 10000010 1000 101100 0 1011110 110001 1011000 1011000 11011

Color Harmonies of #498208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498208

Black with #498208

Text Example


Text Example

White with #498208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498208; }

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

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

background-color css

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

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

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

border-color css

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

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

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