Html Css Color HEX #497F07 Bilbao

📋 copy color: '#497F07'

red 73 ◦ green 127 ◦ blue 7

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

Shades of Bilbao #497F07

Tints of Bilbao #497F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 35.27%
G = 61.35%
B = 3.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#497F07 (or 0x497F07) is known color: Bilbao. HEX triplet: 49, 7F and 07. RGB value is (73,127,7). Sum of RGB (Red+Green+Blue) = 73+127+7=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #497F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F07 is #B680F8. Grayscale: #616161. Windows color (decimal): -11960569 or 491337. OLE color: 491337.

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

Color convert

RGB 73 127 7 -
CMYK 0.43 0 0.94 0.50
HSL 87º 0.9% 0.26% -
HSV(B) 87º 0.94% 0.5% -
XYZ 10.38 16.61 2.86 -
YUV 97.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 73 127 7 0.43 0 0.94 0.50 87 0.9 0.26
Hex 49 7F 7 2B 0 5E 32 57 5A 1A
Octal 111 177 7 53 0 136 62 127 132 32
Binary 1001001 1111111 111 101011 0 1011110 110010 1010111 1011010 11010

Color Harmonies of #497F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F07

Black with #497F07

Text Example


Text Example

White with #497F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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