Html Css Color HEX #497D07 Bilbao

📋 copy color: '#497D07'

red 73 ◦ green 125 ◦ blue 7

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

Shades of Bilbao #497D07

Tints of Bilbao #497D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.98%

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

R = 35.61%
G = 60.98%
B = 3.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#497D07 (or 0x497D07) is known color: Bilbao. HEX triplet: 49, 7D and 07. RGB value is (73,125,7). Sum of RGB (Red+Green+Blue) = 73+125+7=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #497D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D07 is #B682F8. Grayscale: #606060. Windows color (decimal): -11961081 or 490825. OLE color: 490825.

HSL color Cylindrical-coordinate representation of color #497D07: hue angle of 86.44º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #497D07 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 7 -
CMYK 0.42 0 0.94 0.51
HSL 86.44º 0.89% 0.26% -
HSV(B) 86.44º 0.94% 0.49% -
XYZ 10.12 16.1 2.78 -
YUV 96 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 73 125 7 0.42 0 0.94 0.51 86.44 0.89 0.26
Hex 49 7D 7 2A 0 5E 33 56 59 1A
Octal 111 175 7 52 0 136 63 126 131 32
Binary 1001001 1111101 111 101010 0 1011110 110011 1010110 1011001 11010

Color Harmonies of #497D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D07

Black with #497D07

Text Example


Text Example

White with #497D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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