Html Css Color HEX #497F26 Bilbao

📋 copy color: '#497F26'

red 73 ◦ green 127 ◦ blue 38

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

Shades of Bilbao #497F26

Tints of Bilbao #497F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 30.67%
G = 53.36%
B = 15.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#497F26 (or 0x497F26) is known color: Bilbao. HEX triplet: 49, 7F and 26. RGB value is (73,127,38). Sum of RGB (Red+Green+Blue) = 73+127+38=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #497F26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F26 is #B680D9. Grayscale: #656565. Windows color (decimal): -11960538 or 2522953. OLE color: 2522953.

HSL color Cylindrical-coordinate representation of color #497F26: hue angle of 96.4º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497F26 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 127 38 -
CMYK 0.43 0 0.70 0.50
HSL 96.4º 0.54% 0.32% -
HSV(B) 96.4º 0.7% 0.5% -
XYZ 10.69 16.74 4.5 -
YUV 100.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 73 127 38 0.43 0 0.70 0.50 96.4 0.54 0.32
Hex 49 7F 26 2B 0 46 32 60 36 20
Octal 111 177 46 53 0 106 62 140 66 40
Binary 1001001 1111111 100110 101011 0 1000110 110010 1100000 110110 100000

Color Harmonies of #497F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F26

Black with #497F26

Text Example


Text Example

White with #497F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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