Html Css Color HEX #498316 Bilbao

📋 copy color: '#498316'

red 73 ◦ green 131 ◦ blue 22

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

Shades of Bilbao #498316

Tints of Bilbao #498316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 32.3%
G = 57.96%
B = 9.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#498316 (or 0x498316) is known color: Bilbao. HEX triplet: 49, 83 and 16. RGB value is (73,131,22). Sum of RGB (Red+Green+Blue) = 73+131+22=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #498316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498316 is #B67CE9. Grayscale: #656565. Windows color (decimal): -11959530 or 1475401. OLE color: 1475401.

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

Color convert

RGB 73 131 22 -
CMYK 0.44 0 0.83 0.49
HSL 91.93º 0.71% 0.3% -
HSV(B) 91.93º 0.83% 0.51% -
XYZ 11.01 17.71 3.6 -
YUV 101.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 73 131 22 0.44 0 0.83 0.49 91.93 0.71 0.3
Hex 49 83 16 2C 0 53 31 5C 47 1E
Octal 111 203 26 54 0 123 61 134 107 36
Binary 1001001 10000011 10110 101100 0 1010011 110001 1011100 1000111 11110

Color Harmonies of #498316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498316

Black with #498316

Text Example


Text Example

White with #498316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498316; }

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

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

background-color css

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

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

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

border-color css

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

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

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