Html Css Color HEX #497B16 Bilbao

📋 copy color: '#497B16'

red 73 ◦ green 123 ◦ blue 22

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

Shades of Bilbao #497B16

Tints of Bilbao #497B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.42%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 33.49%
G = 56.42%
B = 10.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#497B16 (or 0x497B16) is known color: Bilbao. HEX triplet: 49, 7B and 16. RGB value is (73,123,22). Sum of RGB (Red+Green+Blue) = 73+123+22=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #497B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497B16 is #B684E9. Grayscale: #606060. Windows color (decimal): -11961578 or 1473353. OLE color: 1473353.

HSL color Cylindrical-coordinate representation of color #497B16: hue angle of 89.7º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #497B16 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 123 22 -
CMYK 0.41 0 0.82 0.52
HSL 89.7º 0.7% 0.28% -
HSV(B) 89.7º 0.82% 0.48% -
XYZ 9.98 15.64 3.25 -
YUV 96.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 73 123 22 0.41 0 0.82 0.52 89.7 0.7 0.28
Hex 49 7B 16 29 0 52 34 5A 46 1C
Octal 111 173 26 51 0 122 64 132 106 34
Binary 1001001 1111011 10110 101001 0 1010010 110100 1011010 1000110 11100

Color Harmonies of #497B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B16

Black with #497B16

Text Example


Text Example

White with #497B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,123,22); }

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

background-color css

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

 a { background-color: rgb(73,123,22); }

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

border-color css

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

 span { border-color: rgb(73,123,22); }

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