Html Css Color HEX #497A26 Bilbao

📋 copy color: '#497A26'

red 73 ◦ green 122 ◦ blue 38

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

Shades of Bilbao #497A26

Tints of Bilbao #497A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.36%

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

R = 31.33%
G = 52.36%
B = 16.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#497A26 (or 0x497A26) is known color: Bilbao. HEX triplet: 49, 7A and 26. RGB value is (73,122,38). Sum of RGB (Red+Green+Blue) = 73+122+38=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #497A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A26 is #B685D9. Grayscale: #626262. Windows color (decimal): -11961818 or 2521673. OLE color: 2521673.

HSL color Cylindrical-coordinate representation of color #497A26: hue angle of 95º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497A26 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 38 -
CMYK 0.40 0 0.69 0.52
HSL 95º 0.53% 0.31% -
HSV(B) 95º 0.69% 0.48% -
XYZ 10.06 15.48 4.29 -
YUV 97.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 73 122 38 0.40 0 0.69 0.52 95 0.53 0.31
Hex 49 7A 26 28 0 45 34 5F 34 1F
Octal 111 172 46 50 0 105 64 137 64 37
Binary 1001001 1111010 100110 101000 0 1000101 110100 1011111 110100 11111

Color Harmonies of #497A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A26

Black with #497A26

Text Example


Text Example

White with #497A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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