Html Css Color HEX #498415 Bilbao

📋 copy color: '#498415'

red 73 ◦ green 132 ◦ blue 21

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

Shades of Bilbao #498415

Tints of Bilbao #498415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.41%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 32.3%
G = 58.41%
B = 9.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#498415 (or 0x498415) is known color: Bilbao. HEX triplet: 49, 84 and 15. RGB value is (73,132,21). Sum of RGB (Red+Green+Blue) = 73+132+21=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #498415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498415 is #B67BEA. Grayscale: #666666. Windows color (decimal): -11959275 or 1410121. OLE color: 1410121.

HSL color Cylindrical-coordinate representation of color #498415: hue angle of 91.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #498415 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 21 -
CMYK 0.45 0 0.84 0.48
HSL 91.89º 0.73% 0.3% -
HSV(B) 91.89º 0.84% 0.52% -
XYZ 11.13 17.97 3.59 -
YUV 101.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 73 132 21 0.45 0 0.84 0.48 91.89 0.73 0.3
Hex 49 84 15 2D 0 54 30 5C 49 1E
Octal 111 204 25 55 0 124 60 134 111 36
Binary 1001001 10000100 10101 101101 0 1010100 110000 1011100 1001001 11110

Color Harmonies of #498415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498415

Black with #498415

Text Example


Text Example

White with #498415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498415; }

 p { color: rgb(73,132,21); }

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

background-color css

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

 a { background-color: rgb(73,132,21); }

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

border-color css

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

 span { border-color: rgb(73,132,21); }

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