Html Css Color HEX #497920 Bilbao

📋 copy color: '#497920'

red 73 ◦ green 121 ◦ blue 32

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

Shades of Bilbao #497920

Tints of Bilbao #497920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 32.3%
G = 53.54%
B = 14.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#497920 (or 0x497920) is known color: Bilbao. HEX triplet: 49, 79 and 20. RGB value is (73,121,32). Sum of RGB (Red+Green+Blue) = 73+121+32=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #497920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497920 is #B686DF. Grayscale: #606060. Windows color (decimal): -11962080 or 2128201. OLE color: 2128201.

HSL color Cylindrical-coordinate representation of color #497920: hue angle of 92.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #497920 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 32 -
CMYK 0.40 0 0.74 0.53
HSL 92.36º 0.58% 0.3% -
HSV(B) 92.36º 0.74% 0.47% -
XYZ 9.85 15.2 3.78 -
YUV 96.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 73 121 32 0.40 0 0.74 0.53 92.36 0.58 0.3
Hex 49 79 20 28 0 4A 35 5C 3A 1E
Octal 111 171 40 50 0 112 65 134 72 36
Binary 1001001 1111001 100000 101000 0 1001010 110101 1011100 111010 11110

Color Harmonies of #497920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497920

Black with #497920

Text Example


Text Example

White with #497920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497920; }

 p { color: rgb(73,121,32); }

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

background-color css

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

 a { background-color: rgb(73,121,32); }

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

border-color css

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

 span { border-color: rgb(73,121,32); }

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