Html Css Color HEX #497D0B Bilbao

📋 copy color: '#497D0B'

red 73 ◦ green 125 ◦ blue 11

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

Shades of Bilbao #497D0B

Tints of Bilbao #497D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 34.93%
G = 59.81%
B = 5.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#497D0B (or 0x497D0B) is known color: Bilbao. HEX triplet: 49, 7D and 0B. RGB value is (73,125,11). Sum of RGB (Red+Green+Blue) = 73+125+11=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #497D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D0B is #B682F4. Grayscale: #606060. Windows color (decimal): -11961077 or 752969. OLE color: 752969.

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

Color convert

RGB 73 125 11 -
CMYK 0.42 0 0.91 0.51
HSL 87.37º 0.84% 0.27% -
HSV(B) 87.37º 0.91% 0.49% -
XYZ 10.14 16.11 2.89 -
YUV 96.46 79.77 111.27 -
System Red Green Blue C M Y K H S L
Decimal 73 125 11 0.42 0 0.91 0.51 87.37 0.84 0.27
Hex 49 7D B 2A 0 5B 33 57 54 1B
Octal 111 175 13 52 0 133 63 127 124 33
Binary 1001001 1111101 1011 101010 0 1011011 110011 1010111 1010100 11011

Color Harmonies of #497D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D0B

Black with #497D0B

Text Example


Text Example

White with #497D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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