Html Css Color HEX #497F09 Bilbao

📋 copy color: '#497F09'

red 73 ◦ green 127 ◦ blue 9

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

Shades of Bilbao #497F09

Tints of Bilbao #497F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 34.93%
G = 60.77%
B = 4.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#497F09 (or 0x497F09) is known color: Bilbao. HEX triplet: 49, 7F and 09. RGB value is (73,127,9). Sum of RGB (Red+Green+Blue) = 73+127+9=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #497F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F09 is #B680F6. Grayscale: #616161. Windows color (decimal): -11960567 or 622409. OLE color: 622409.

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

Color convert

RGB 73 127 9 -
CMYK 0.43 0 0.93 0.50
HSL 87.46º 0.87% 0.27% -
HSV(B) 87.46º 0.93% 0.5% -
XYZ 10.39 16.61 2.92 -
YUV 97.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 73 127 9 0.43 0 0.93 0.50 87.46 0.87 0.27
Hex 49 7F 9 2B 0 5D 32 57 57 1B
Octal 111 177 11 53 0 135 62 127 127 33
Binary 1001001 1111111 1001 101011 0 1011101 110010 1010111 1010111 11011

Color Harmonies of #497F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F09

Black with #497F09

Text Example


Text Example

White with #497F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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