Html Css Color HEX #497F13 Bilbao

📋 copy color: '#497F13'

red 73 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #497F13

Tints of Bilbao #497F13

RGB

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

 GREEN value IS 127 (50% from 255) = 57.99%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 33.33%
G = 57.99%
B = 8.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#497F13 (or 0x497F13) is known color: Bilbao. HEX triplet: 49, 7F and 13. RGB value is (73,127,19). Sum of RGB (Red+Green+Blue) = 73+127+19=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #497F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F13 is #B680EC. Grayscale: #626262. Windows color (decimal): -11960557 or 1277769. OLE color: 1277769.

HSL color Cylindrical-coordinate representation of color #497F13: hue angle of 90º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #497F13 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 127 19 -
CMYK 0.43 0 0.85 0.50
HSL 90º 0.74% 0.29% -
HSV(B) 90º 0.85% 0.5% -
XYZ 10.45 16.64 3.28 -
YUV 98.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 73 127 19 0.43 0 0.85 0.50 90 0.74 0.29
Hex 49 7F 13 2B 0 55 32 5A 4A 1D
Octal 111 177 23 53 0 125 62 132 112 35
Binary 1001001 1111111 10011 101011 0 1010101 110010 1011010 1001010 11101

Color Harmonies of #497F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F13

Black with #497F13

Text Example


Text Example

White with #497F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497F13; }

 p { color: rgb(73,127,19); }

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

background-color css

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

 a { background-color: rgb(73,127,19); }

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

border-color css

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

 span { border-color: rgb(73,127,19); }

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