Html Css Color HEX #497C12 Bilbao

📋 copy color: '#497C12'

red 73 ◦ green 124 ◦ blue 18

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

Shades of Bilbao #497C12

Tints of Bilbao #497C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.67%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 33.95%
G = 57.67%
B = 8.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#497C12 (or 0x497C12) is known color: Bilbao. HEX triplet: 49, 7C and 12. RGB value is (73,124,18). Sum of RGB (Red+Green+Blue) = 73+124+18=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #497C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C12 is #B683ED. Grayscale: #616161. Windows color (decimal): -11961326 or 1211465. OLE color: 1211465.

HSL color Cylindrical-coordinate representation of color #497C12: hue angle of 88.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #497C12 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 18 -
CMYK 0.41 0 0.85 0.51
HSL 88.87º 0.75% 0.28% -
HSV(B) 88.87º 0.85% 0.49% -
XYZ 10.06 15.88 3.11 -
YUV 96.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 73 124 18 0.41 0 0.85 0.51 88.87 0.75 0.28
Hex 49 7C 12 29 0 55 33 59 4B 1C
Octal 111 174 22 51 0 125 63 131 113 34
Binary 1001001 1111100 10010 101001 0 1010101 110011 1011001 1001011 11100

Color Harmonies of #497C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C12

Black with #497C12

Text Example


Text Example

White with #497C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,124,18); }

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

background-color css

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

 a { background-color: rgb(73,124,18); }

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

border-color css

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

 span { border-color: rgb(73,124,18); }

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