Html Css Color HEX #497C18 Bilbao

📋 copy color: '#497C18'

red 73 ◦ green 124 ◦ blue 24

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

Shades of Bilbao #497C18

Tints of Bilbao #497C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 33.03%
G = 56.11%
B = 10.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#497C18 (or 0x497C18) is known color: Bilbao. HEX triplet: 49, 7C and 18. RGB value is (73,124,24). Sum of RGB (Red+Green+Blue) = 73+124+24=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #497C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497C18 is #B683E7. Grayscale: #616161. Windows color (decimal): -11961320 or 1604681. OLE color: 1604681.

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

Color convert

RGB 73 124 24 -
CMYK 0.41 0 0.81 0.51
HSL 90.6º 0.68% 0.29% -
HSV(B) 90.6º 0.81% 0.49% -
XYZ 10.12 15.9 3.4 -
YUV 97.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 73 124 24 0.41 0 0.81 0.51 90.6 0.68 0.29
Hex 49 7C 18 29 0 51 33 5B 44 1D
Octal 111 174 30 51 0 121 63 133 104 35
Binary 1001001 1111100 11000 101001 0 1010001 110011 1011011 1000100 11101

Color Harmonies of #497C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C18

Black with #497C18

Text Example


Text Example

White with #497C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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