Html Css Color HEX #497F10 Bilbao

📋 copy color: '#497F10'

red 73 ◦ green 127 ◦ blue 16

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

Shades of Bilbao #497F10

Tints of Bilbao #497F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 33.8%
G = 58.8%
B = 7.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#497F10 (or 0x497F10) is known color: Bilbao. HEX triplet: 49, 7F and 10. RGB value is (73,127,16). Sum of RGB (Red+Green+Blue) = 73+127+16=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #497F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F10 is #B680EF. Grayscale: #626262. Windows color (decimal): -11960560 or 1081161. OLE color: 1081161.

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

Color convert

RGB 73 127 16 -
CMYK 0.43 0 0.87 0.50
HSL 89.19º 0.78% 0.28% -
HSV(B) 89.19º 0.87% 0.5% -
XYZ 10.43 16.63 3.15 -
YUV 98.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 73 127 16 0.43 0 0.87 0.50 89.19 0.78 0.28
Hex 49 7F 10 2B 0 57 32 59 4E 1C
Octal 111 177 20 53 0 127 62 131 116 34
Binary 1001001 1111111 10000 101011 0 1010111 110010 1011001 1001110 11100

Color Harmonies of #497F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F10

Black with #497F10

Text Example


Text Example

White with #497F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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