Html Css Color HEX #497D0A Bilbao

📋 copy color: '#497D0A'

red 73 ◦ green 125 ◦ blue 10

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

Shades of Bilbao #497D0A

Tints of Bilbao #497D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.1%

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 35.1%
G = 60.1%
B = 4.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#497D0A (or 0x497D0A) is known color: Bilbao. HEX triplet: 49, 7D and 0A. RGB value is (73,125,10). Sum of RGB (Red+Green+Blue) = 73+125+10=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #497D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D0A is #B682F5. Grayscale: #606060. Windows color (decimal): -11961078 or 687433. OLE color: 687433.

HSL color Cylindrical-coordinate representation of color #497D0A: hue angle of 87.13º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #497D0A is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 10 -
CMYK 0.42 0 0.92 0.51
HSL 87.13º 0.85% 0.26% -
HSV(B) 87.13º 0.92% 0.49% -
XYZ 10.14 16.11 2.86 -
YUV 96.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 73 125 10 0.42 0 0.92 0.51 87.13 0.85 0.26
Hex 49 7D A 2A 0 5C 33 57 55 1A
Octal 111 175 12 52 0 134 63 127 125 32
Binary 1001001 1111101 1010 101010 0 1011100 110011 1010111 1010101 11010

Color Harmonies of #497D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D0A

Black with #497D0A

Text Example


Text Example

White with #497D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,10); }

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

background-color css

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

 a { background-color: rgb(73,125,10); }

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

border-color css

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

 span { border-color: rgb(73,125,10); }

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