Html Css Color HEX #497F15 Bilbao

📋 copy color: '#497F15'

red 73 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #497F15

Tints of Bilbao #497F15

RGB

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

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

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

R = 33.03%
G = 57.47%
B = 9.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#497F15 (or 0x497F15) is known color: Bilbao. HEX triplet: 49, 7F and 15. RGB value is (73,127,21). Sum of RGB (Red+Green+Blue) = 73+127+21=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #497F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F15 is #B680EA. Grayscale: #636363. Windows color (decimal): -11960555 or 1408841. OLE color: 1408841.

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

Color convert

RGB 73 127 21 -
CMYK 0.43 0 0.83 0.50
HSL 90.57º 0.72% 0.29% -
HSV(B) 90.57º 0.83% 0.5% -
XYZ 10.47 16.65 3.37 -
YUV 98.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 73 127 21 0.43 0 0.83 0.50 90.57 0.72 0.29
Hex 49 7F 15 2B 0 53 32 5B 48 1D
Octal 111 177 25 53 0 123 62 133 110 35
Binary 1001001 1111111 10101 101011 0 1010011 110010 1011011 1001000 11101

Color Harmonies of #497F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F15

Black with #497F15

Text Example


Text Example

White with #497F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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