Html Css Color HEX #498308 Bilbao

📋 copy color: '#498308'

red 73 ◦ green 131 ◦ blue 8

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

Shades of Bilbao #498308

Tints of Bilbao #498308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

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

R = 34.43%
G = 61.79%
B = 3.77%

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

#498308 (or 0x498308) is known color: Bilbao. HEX triplet: 49, 83 and 08. RGB value is (73,131,8). Sum of RGB (Red+Green+Blue) = 73+131+8=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #498308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498308 is #B67CF7. Grayscale: #646464. Windows color (decimal): -11959544 or 557897. OLE color: 557897.

HSL color Cylindrical-coordinate representation of color #498308: hue angle of 88.29º 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 #498308 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 8 -
CMYK 0.44 0 0.94 0.49
HSL 88.29º 0.88% 0.27% -
HSV(B) 88.29º 0.94% 0.51% -
XYZ 10.91 17.67 3.06 -
YUV 99.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 73 131 8 0.44 0 0.94 0.49 88.29 0.88 0.27
Hex 49 83 8 2C 0 5E 31 58 58 1B
Octal 111 203 10 54 0 136 61 130 130 33
Binary 1001001 10000011 1000 101100 0 1011110 110001 1011000 1011000 11011

Color Harmonies of #498308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498308

Black with #498308

Text Example


Text Example

White with #498308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498308; }

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

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

background-color css

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

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

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

border-color css

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

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

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